Skip to content

Commit ef069b3

Browse files
committed
fix: remove name from icon for better a11y
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent cb53308 commit ef069b3

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/components/SidebarTabs/SettingsSidebarTab.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
wide
2222
@click="onFormLockChange(false)">
2323
<template #icon>
24-
<!-- TRANSLATORS description of the icon that shows an open lock -->
25-
<NcIconSvgWrapper
26-
:svg="svgLockOpen"
27-
:name="t('forms', 'Open lock')" />
24+
<NcIconSvgWrapper :svg="svgLockOpen" />
2825
</template>
2926
<!-- TRANSLATORS text for the action triggered by the button -->
3027
{{ t('forms', 'Unlock form') }}

0 commit comments

Comments
 (0)