Skip to content

Commit 5345840

Browse files
authored
Merge pull request #2881 from nextcloud/chore/remove-icon-name
fix: remove name from icon for better a11y
2 parents 59967bf + ef069b3 commit 5345840

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)