diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-01-10 08:52:06 +0100 |
---|---|---|
committer | Backportbot <backportbot-noreply@rullzer.com> | 2020-01-10 14:50:24 +0000 |
commit | 3e43ae7bd6f0be01238758296a1a4f49f3e1313b (patch) | |
tree | 9aede33ab860b0932d2c33e13a03d6cee59ecc16 /apps/files_sharing/src | |
parent | 8eded83d500baf8af9517c5f1733992221391423 (diff) | |
download | nextcloud-server-3e43ae7bd6f0be01238758296a1a4f49f3e1313b.tar.gz nextcloud-server-3e43ae7bd6f0be01238758296a1a4f49f3e1313b.zip |
Add placeholder
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryLink.vue | 1 |
1 files changed, 1 insertions, 0 deletions
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" /> |