diff options
author | Archisman Das <archisman.officials@gmail.com> | 2024-08-09 23:16:59 +0530 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-08-13 14:34:42 +0200 |
commit | a6a1bb9e424894cf034aeec004dade912c4bff84 (patch) | |
tree | d7cc2fa9aae24ef898745cfce4354955438f215d /apps/files_sharing/src/views/SharingDetailsTab.vue | |
parent | 822aab6850cf88ae6c11bb25e0d5f2c2e7258075 (diff) | |
download | nextcloud-server-a6a1bb9e424894cf034aeec004dade912c4bff84.tar.gz nextcloud-server-a6a1bb9e424894cf034aeec004dade912c4bff84.zip |
fix: Update translation string
Signed-off-by: Archisman Das <archisman.officials@gmail.com>
Diffstat (limited to 'apps/files_sharing/src/views/SharingDetailsTab.vue')
-rw-r--r-- | apps/files_sharing/src/views/SharingDetailsTab.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/views/SharingDetailsTab.vue b/apps/files_sharing/src/views/SharingDetailsTab.vue index fb32b4f9e02..c724a655e92 100644 --- a/apps/files_sharing/src/views/SharingDetailsTab.vue +++ b/apps/files_sharing/src/views/SharingDetailsTab.vue @@ -158,7 +158,7 @@ :disabled="!canSetDownload" :checked.sync="canDownload" data-cy-files-sharing-share-permissions-checkbox="download"> - {{ t('files_sharing', 'Allow download') }} + {{ t('files_sharing', 'Allow download and sync') }} </NcCheckboxRadioSwitch> <NcCheckboxRadioSwitch :checked.sync="writeNoteToRecipientIsChecked"> {{ t('files_sharing', 'Note to recipient') }} |