We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f17dae commit 2f542edCopy full SHA for 2f542ed
apps/files_sharing/src/views/SharingDetailsTab.vue
@@ -155,7 +155,7 @@
155
{{ t('files_sharing', 'Create') }}
156
</NcCheckboxRadioSwitch>
157
<NcCheckboxRadioSwitch :disabled="!canSetEdit" :checked.sync="canEdit">
158
- {{ t('files_sharing', 'Update') }}
+ {{ t('files_sharing', 'Edit') }}
159
160
<NcCheckboxRadioSwitch v-if="config.isResharingAllowed && share.type !== SHARE_TYPES.SHARE_TYPE_LINK"
161
:disabled="!canSetReshare"
0 commit comments