Skip to content

Commit

Permalink
Merge pull request #46162 from nextcloud/backport/46143/stable29
Browse files Browse the repository at this point in the history
[stable29] fix(SharingEntryLink): Show enforced password input label
  • Loading branch information
nfebe authored Jul 11, 2024
2 parents f9e1006 + 93f0e09 commit 4546e2c
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
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
3 changes: 0 additions & 3 deletions dist/9638-9638.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/9638-9638.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions dist/9761-9761.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions dist/9761-9761.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/files_sharing-files_sharing_tab.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/files_sharing-files_sharing_tab.js.map

Large diffs are not rendered by default.

0 comments on commit 4546e2c

Please sign in to comment.