diff --git a/apps/files_sharing/src/views/SharingDetailsTab.vue b/apps/files_sharing/src/views/SharingDetailsTab.vue
index c3edf13c32f01..17ede38af6a15 100644
--- a/apps/files_sharing/src/views/SharingDetailsTab.vue
+++ b/apps/files_sharing/src/views/SharingDetailsTab.vue
@@ -91,17 +91,17 @@
+ :label="t('files_sharing', 'Share label')" />
- {{ t('file_sharing', 'Set password') }}
+ {{ t('files_sharing', 'Set password') }}
@@ -124,25 +124,25 @@
:max="dateMaxEnforced"
:hide-label="true"
:disabled="isExpiryDateEnforced"
- :placeholder="t('file_sharing', 'Expiration date')"
+ :placeholder="t('files_sharing', 'Expiration date')"
type="date"
@input="onExpirationChange" />
- {{ t('file_sharing', 'Hide download') }}
+ {{ t('files_sharing', 'Hide download') }}
- {{ t('file_sharing', 'Video verification') }}
+ {{ t('files_sharing', 'Video verification') }}
- {{ t('file_sharing', 'Allow download') }}
+ {{ t('files_sharing', 'Allow download') }}
- {{ t('file_sharing', 'Note to recipient') }}
+ {{ t('files_sharing', 'Note to recipient') }}
- {{ t('file_sharing', 'Custom permissions') }}
+ {{ t('files_sharing', 'Custom permissions') }}
- {{ t('file_sharing', 'Read') }}
+ {{ t('files_sharing', 'Read') }}
- {{ t('file_sharing', 'Create') }}
+ {{ t('files_sharing', 'Create') }}
- {{ t('file_sharing', 'Update') }}
+ {{ t('files_sharing', 'Update') }}
- {{ t('file_sharing', 'Share') }}
+ {{ t('files_sharing', 'Share') }}
- {{ t('file_sharing', 'Delete') }}
+ {{ t('files_sharing', 'Delete') }}
@@ -193,7 +193,7 @@