File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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' )
Original file line number Diff line number Diff line change 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 () {
You can’t perform that action at this time.
0 commit comments