From 0c8fe406f14686deee8b034e31bbfe7f70c6f0dc Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Wed, 26 Jun 2024 16:13:37 +0100 Subject: 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(-) (limited to 'apps/files_sharing/src') diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index cf2338fc4c4..1a597999310 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -60,7 +60,9 @@ - + {{ t('files_sharing', 'Password protection (enforced)') }}