]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(user_status): Group custom message input elements and assign label to emoji selector
authorFerdinand Thiessen <opensource@fthiessen.de>
Mon, 8 May 2023 12:12:20 +0000 (14:12 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Mon, 15 May 2023 12:31:32 +0000 (14:31 +0200)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
apps/user_status/src/components/CustomMessageInput.vue

index 4fd649dc166d8f432824db200e80a6941cc1d9d1..5e313c97428676251bee78164193205ca35d8e43 100644 (file)
   -
   -->
 <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>