From 7c27413dd1f1d20f422dc351adfe4c295bbb0708 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 22 Jan 2025 11:07:57 +0100 Subject: [PATCH] fix(a11y): add labels to reaction button --- frontend/src/components/input/Reactions.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/input/Reactions.vue b/frontend/src/components/input/Reactions.vue index a4f3375b4..7fb841922 100644 --- a/frontend/src/components/input/Reactions.vue +++ b/frontend/src/components/input/Reactions.vue @@ -155,6 +155,7 @@ async function toggleReaction(value: string) { class="reaction-button" @click.stop="toggleEmojiPicker" > + {{ $t('reaction.add') }}