aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-12-21 22:58:41 +0200
committerHenry Jameson <me@hjkos.com>2022-12-21 22:58:41 +0200
commit5bde89297c11a0d35b1dfd314abaace8c238b4b5 (patch)
tree66231109f71c78f506ab4a1f6d0dca5ec05cb46d /src/components/notification
parentefdcfedfbeabcb71ad1756e993eba6a4c6ac720a (diff)
a11y
Diffstat (limited to 'src/components/notification')
-rw-r--r--src/components/notification/notification.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index 2079cc75..fcd48ed5 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -154,6 +154,7 @@
<button
class="button-unstyled expand-icon"
@click.prevent="toggleStatusExpanded"
+ :title="$t('tool_tip.toggle_expand')"
>
<FAIcon
class="fa-scale-110"
@@ -176,6 +177,7 @@
<button
v-if="needMute"
class="button-unstyled"
+ :title="$t('tool_tip.toggle_mute')"
@click.prevent="toggleMute"
>
<FAIcon