From 3e43ae7bd6f0be01238758296a1a4f49f3e1313b Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Fri, 10 Jan 2020 08:52:06 +0100 Subject: Add placeholder Signed-off-by: npmbuildbot[bot] --- apps/files_sharing/src/components/SharingEntryLink.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/files_sharing/src') diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index cb02e289b7f..cc3c8c764e2 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -242,6 +242,7 @@ }" :class="{ error: errors.note}" :disabled="saving" + :placeholder="t('files_sharing', 'Enter a note for the share recipient')" :value="share.note" icon="icon-edit" @update:value="onNoteChange" /> -- cgit v1.2.3