Skip to content

Commit b6f635f

Browse files
committed
chore(files_sharing): rename File drop to File requests
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent 86f5fb0 commit b6f635f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/files_sharing/src/components/SharingEntryLink.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ export default {
664664
// we do not allow setting the publicUpload
665665
// before the share creation.
666666
// Todo: We also need to fix the createShare method in
667-
// lib/Controller/ShareAPIController.php to allow file drop
667+
// lib/Controller/ShareAPIController.php to allow file requests
668668
// (currently not supported on create, only update)
669669
}
670670

apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default {
8080
return t('files_sharing', 'Can edit')
8181
},
8282
fileDropText() {
83-
return t('files_sharing', 'File drop')
83+
return t('files_sharing', 'File requests')
8484
},
8585
customPermissionsText() {
8686
return t('files_sharing', 'Custom permissions')

apps/files_sharing/src/views/SharingDetailsTab.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
type="radio"
6363
button-variant-grouped="vertical"
6464
@update:checked="toggleCustomPermissions">
65-
{{ t('files_sharing', 'File drop') }}
65+
{{ t('files_sharing', 'File requests') }}
6666
<small class="subline">{{ t('files_sharing', 'Upload only') }}</small>
6767
<template #icon>
6868
<UploadIcon :size="20" />
@@ -433,7 +433,7 @@ export default {
433433
},
434434
/**
435435
* Is this share readable
436-
* Needed for some federated shares that might have been added from file drop links
436+
* Needed for some federated shares that might have been added from file requests links
437437
*/
438438
hasRead: {
439439
get() {

0 commit comments

Comments
 (0)