mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix: Update translation string
Signed-off-by: Archisman Das <archisman.officials@gmail.com>
This commit is contained in:
parent
822aab6850
commit
a6a1bb9e42
1 changed files with 1 additions and 1 deletions
|
|
@ -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') }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue