mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Replace "Update" with "Edit"
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
parent
09879700aa
commit
931120b85d
1 changed files with 2 additions and 2 deletions
|
|
@ -167,7 +167,7 @@
|
|||
{{ t('files_sharing', 'Create') }}
|
||||
</NcCheckboxRadioSwitch>
|
||||
<NcCheckboxRadioSwitch :disabled="!canSetEdit" :checked.sync="canEdit">
|
||||
{{ t('files_sharing', 'Update') }}
|
||||
{{ t('files_sharing', 'Edit') }}
|
||||
</NcCheckboxRadioSwitch>
|
||||
<NcCheckboxRadioSwitch v-if="config.isResharingAllowed && share.type !== SHARE_TYPES.SHARE_TYPE_LINK"
|
||||
:disabled="!canSetReshare"
|
||||
|
|
@ -640,7 +640,7 @@ export default {
|
|||
const translatedPermissions = {
|
||||
[ATOMIC_PERMISSIONS.READ]: this.t('files_sharing', 'Read'),
|
||||
[ATOMIC_PERMISSIONS.CREATE]: this.t('files_sharing', 'Create'),
|
||||
[ATOMIC_PERMISSIONS.UPDATE]: this.t('files_sharing', 'Update'),
|
||||
[ATOMIC_PERMISSIONS.UPDATE]: this.t('files_sharing', 'Edit'),
|
||||
[ATOMIC_PERMISSIONS.SHARE]: this.t('files_sharing', 'Share'),
|
||||
[ATOMIC_PERMISSIONS.DELETE]: this.t('files_sharing', 'Delete'),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue