fix(i18n,a11y): fix missing or incorrect translations in aria-label strings (#2837)

This commit is contained in:
TAKAHASHI Shuuji 2024-04-21 19:26:35 +09:00 committed by GitHub
parent 77f0e2c2f8
commit bd8cfc7b57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 11 additions and 10 deletions

View file

@ -56,7 +56,7 @@ async function removeUserNote() {
<template>
<CommonDropdown :eager-mount="command">
<button flex gap-1 items-center w-full rounded op75 hover="op100 text-purple" group aria-label="More actions">
<button flex gap-1 items-center w-full rounded op75 hover="op100 text-purple" group :aria-label="t('actions.more')">
<div rounded-5 p2 elk-group-hover="bg-purple/10">
<div i-ri:more-2-fill />
</div>