mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #41680 from nextcloud/Jerome-Herbinet-change-update-wording
Replace "Update" with "Edit" in advanced share settings
This commit is contained in:
commit
7646f68cd7
7 changed files with 9 additions and 9 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'),
|
||||
}
|
||||
|
|
|
|||
3
dist/7856-7856.js
vendored
3
dist/7856-7856.js
vendored
File diff suppressed because one or more lines are too long
3
dist/8673-8673.js
vendored
Normal file
3
dist/8673-8673.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue