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.
2 parents 59967bf + ef069b3 commit 5345840Copy full SHA for 5345840
1 file changed
src/components/SidebarTabs/SettingsSidebarTab.vue
@@ -21,10 +21,7 @@
21
wide
22
@click="onFormLockChange(false)">
23
<template #icon>
24
- <!-- TRANSLATORS description of the icon that shows an open lock -->
25
- <NcIconSvgWrapper
26
- :svg="svgLockOpen"
27
- :name="t('forms', 'Open lock')" />
+ <NcIconSvgWrapper :svg="svgLockOpen" />
28
</template>
29
<!-- TRANSLATORS text for the action triggered by the button -->
30
{{ t('forms', 'Unlock form') }}
0 commit comments