fix(i18n,a11y): fix missing or incorrect translations in aria-label
strings (#2837)
This commit is contained in:
parent
77f0e2c2f8
commit
bd8cfc7b57
9 changed files with 11 additions and 10 deletions
|
@ -10,7 +10,7 @@ defineModel<boolean>()
|
|||
<button
|
||||
flex items-center place-content-center h-full flex-1 class="select-none"
|
||||
:class="show ? '!text-primary' : ''"
|
||||
aria-label="More menu"
|
||||
:aria-label="$t('nav.more_menu')"
|
||||
@click="toggleVisible"
|
||||
>
|
||||
<span :class="show ? 'i-ri:close-fill' : 'i-ri:more-fill'" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue