Skip to content

Commit ebf289c

Browse files
authored
Merge pull request #41734 from nextcloud/Jerome-Herbinet-change-share-update-right-wording
Nextcloud 27 : Replace "Update" with "Edit" in share dialog
2 parents df4a7dd + 21c157e commit ebf289c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apps/files_sharing/src/views/SharingDetailsTab.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
{{ t('files_sharing', 'Create') }}
153153
</NcCheckboxRadioSwitch>
154154
<NcCheckboxRadioSwitch :disabled="!canSetEdit" :checked.sync="canEdit">
155-
{{ t('files_sharing', 'Update') }}
155+
{{ t('files_sharing', 'Edit') }}
156156
</NcCheckboxRadioSwitch>
157157
<NcCheckboxRadioSwitch v-if="config.isResharingAllowed && share.type !== SHARE_TYPES.SHARE_TYPE_LINK"
158158
:disabled="!canSetReshare"
@@ -614,7 +614,7 @@ export default {
614614
const translatedPermissions = {
615615
[ATOMIC_PERMISSIONS.READ]: this.t('files_sharing', 'Read'),
616616
[ATOMIC_PERMISSIONS.CREATE]: this.t('files_sharing', 'Create'),
617-
[ATOMIC_PERMISSIONS.UPDATE]: this.t('files_sharing', 'Update'),
617+
[ATOMIC_PERMISSIONS.UPDATE]: this.t('files_sharing', 'Edit'),
618618
[ATOMIC_PERMISSIONS.SHARE]: this.t('files_sharing', 'Share'),
619619
[ATOMIC_PERMISSIONS.DELETE]: this.t('files_sharing', 'Delete'),
620620
}

dist/files_sharing-files_sharing_tab.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-files_sharing_tab.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)