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>

[skip ci]
  • Loading branch information
nfebe authored and AndyScherzinger committed Jul 11, 2024
1 parent 406353a commit e9d83d2
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 @@ -77,7 +77,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 e9d83d2

Please sign in to comment.