Skip to content

Commit

Permalink
fix(SharingEntryLink): Show enforced password input label
Browse files Browse the repository at this point in the history
While upgrading icons in b3ec461 enforced password label
icon was not correctly wrapped.

Resolves : #45941

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
  • Loading branch information
nfebe committed Jun 26, 2024
1 parent ba30695 commit f90e54a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/files_sharing/src/components/SharingEntryLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@

<!-- password -->
<NcActionText v-if="pendingEnforcedPassword">
<LockIcon :size="20" />
<template #icon>
<LockIcon :size="20" />
</template>
{{ t('files_sharing', 'Password protection (enforced)') }}
</NcActionText>
<NcActionCheckbox v-else-if="pendingPassword"
Expand Down

0 comments on commit f90e54a

Please sign in to comment.