From 5f7a55ccaf78f123726c4143054a88812b57224b Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Wed, 26 Jun 2024 16:13:37 +0100 Subject: [PATCH] fix(SharingEntryLink): Show enforced password input label While upgrading icons in b3ec461fe86258a0a3831dff28e394018d0044c9 enforced password label icon was not correctly wrapped. Resolves : https://github.com/nextcloud/server/issues/45941 Signed-off-by: fenn-cs --- apps/files_sharing/src/components/SharingEntryLink.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index e01d0200f419f..89f936f15b873 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -77,7 +77,9 @@ - + {{ t('files_sharing', 'Password protection (enforced)') }}