Skip to content

Commit

Permalink
fix/issue-46700-updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnibaan committed Aug 9, 2024
1 parent ae4a6e8 commit 53609f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_sharing/src/views/SharingDetailsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,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') }}
Expand Down

0 comments on commit 53609f5

Please sign in to comment.