aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/views/SharingDetailsTab.vue
diff options
context:
space:
mode:
authorArchisman Das <archisman.officials@gmail.com>2024-08-09 23:16:59 +0530
committerJoas Schilling <coding@schilljs.com>2024-08-13 14:34:42 +0200
commita6a1bb9e424894cf034aeec004dade912c4bff84 (patch)
treed7cc2fa9aae24ef898745cfce4354955438f215d /apps/files_sharing/src/views/SharingDetailsTab.vue
parent822aab6850cf88ae6c11bb25e0d5f2c2e7258075 (diff)
downloadnextcloud-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.vue2
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') }}