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
|
@ -211,7 +211,7 @@ watch(shouldLoadAttachment, () => {
|
|||
rounded-lg
|
||||
h-full
|
||||
w-full
|
||||
aria-label="Open image preview dialog"
|
||||
:aria-label="$t('action.open_image_preview_dialog')"
|
||||
relative
|
||||
@click="!shouldLoadAttachment ? loadAttachment() : openMediaPreview(attachments ? attachments : [attachment], attachments?.indexOf(attachment) || 0)"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue