diff --git a/apps/files_sharing/src/views/SharingDetailsTab.vue b/apps/files_sharing/src/views/SharingDetailsTab.vue index c00da02ccb7a4..2492b70013983 100644 --- a/apps/files_sharing/src/views/SharingDetailsTab.vue +++ b/apps/files_sharing/src/views/SharingDetailsTab.vue @@ -15,181 +15,181 @@

{{ title }}

-
-
- - {{ t('files_sharing', 'View only') }} - - - - - - - - - - {{ t('files_sharing', 'File drop') }} - {{ t('files_sharing', 'Upload only') }} - - - - {{ t('files_sharing', 'Custom permissions') }} - {{ customPermissionsList }} +
+
+
+ + {{ t('files_sharing', 'View only') }} + + + + + + + + + {{ t('files_sharing', 'File drop') }} + {{ t('files_sharing', 'Upload only') }} + + + + {{ t('files_sharing', 'Custom permissions') }} + {{ customPermissionsList }} + + +
+
+
+ + {{ t('files_sharing', 'Advanced settings') }} - +
-
-
- - {{ t('files_sharing', 'Advanced settings') }} - - -
-
-
- - - - {{ isExpiryDateEnforced - ? t('files_sharing', 'Expiration date (enforced)') - : t('files_sharing', 'Set expiration date') }} - - - - {{ t('files_sharing', 'Hide download') }} - - - {{ t('files_sharing', 'Video verification') }} - - - {{ t('files_sharing', 'Allow download') }} - - - {{ t('files_sharing', 'Note to recipient') }} - -