We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555be3f commit e3bf8d5Copy full SHA for e3bf8d5
apps/files_sharing/src/components/SharingEntryLink.vue
@@ -77,7 +77,9 @@
77
78
<!-- password -->
79
<NcActionText v-if="pendingEnforcedPassword">
80
- <LockIcon :size="20" />
+ <template #icon>
81
+ <LockIcon :size="20" />
82
+ </template>
83
{{ t('files_sharing', 'Password protection (enforced)') }}
84
</NcActionText>
85
<NcActionCheckbox v-else-if="pendingPassword"
0 commit comments