diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-07-09 11:00:08 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-07-12 20:14:30 +0200 |
commit | 208ff8013dc750326cab7fcf11d09ceef2a60f51 (patch) | |
tree | bf260ae0d1c26291e5b89c8a47f5cb57d3c5be29 /apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue | |
parent | 06462804f7f8b2c046aa3875d8780fb4e4f4d9fc (diff) | |
download | nextcloud-server-208ff8013dc750326cab7fcf11d09ceef2a60f51.tar.gz nextcloud-server-208ff8013dc750326cab7fcf11d09ceef2a60f51.zip |
chore(files_sharing): refactor sharing config
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue b/apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue index 0746e9ce61f..f0c2c4f3812 100644 --- a/apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue +++ b/apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue @@ -80,7 +80,7 @@ export default { return t('files_sharing', 'Can edit') }, fileDropText() { - return t('files_sharing', 'File requests') + return t('files_sharing', 'File request') }, customPermissionsText() { return t('files_sharing', 'Custom permissions') |