aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/src/components/CustomMessageInput.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_status/src/components/CustomMessageInput.vue')
-rw-r--r--apps/user_status/src/components/CustomMessageInput.vue6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/user_status/src/components/CustomMessageInput.vue b/apps/user_status/src/components/CustomMessageInput.vue
index 4fd649dc166..5e313c97428 100644
--- a/apps/user_status/src/components/CustomMessageInput.vue
+++ b/apps/user_status/src/components/CustomMessageInput.vue
@@ -19,9 +19,11 @@
-
-->
<template>
- <div class="custom-input">
+ <div class="custom-input" role="group">
<NcEmojiPicker container=".custom-input" @select="setIcon">
- <NcButton class="custom-input__emoji-button" type="tertiary">
+ <NcButton type="tertiary"
+ class="custom-input__emoji-button"
+ :aria-label="t('user_status', 'Emoji for your status message')">
{{ visibleIcon }}
</NcButton>
</NcEmojiPicker>