From b96661bd585534126082c97a0d318a1f647abc74 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Fri, 6 Sep 2024 16:48:05 +0200 Subject: fix(files_sharing): add accessible labels in link share creation Signed-off-by: Grigorii K. Shartsev --- .../src/components/SharingEntryLink.vue | 27 +++++++++++----------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index f62a0358072..cda056a4dca 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -65,27 +65,26 @@ - - {{ t('files_sharing', 'Password protection (enforced)') }} - - - - {{ t('files_sharing', 'Expiration date (enforced)') }} - @@ -207,6 +204,7 @@ import NcActions from '@nextcloud/vue/dist/Components/NcActions.js' import NcAvatar from '@nextcloud/vue/dist/Components/NcAvatar.js' import Tune from 'vue-material-design-icons/Tune.vue' +import IconCalendarBlank from 'vue-material-design-icons/CalendarBlank.vue' import SharingEntryQuickShareSelect from './SharingEntryQuickShareSelect.vue' @@ -231,6 +229,7 @@ export default { NcActionSeparator, NcAvatar, Tune, + IconCalendarBlank, SharingEntryQuickShareSelect, }, -- cgit v1.2.3