diff options
Diffstat (limited to 'src/view/com/composer/text-input')
-rw-r--r-- | src/view/com/composer/text-input/web/EmojiPicker.web.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/composer/text-input/web/EmojiPicker.web.tsx b/src/view/com/composer/text-input/web/EmojiPicker.web.tsx index f5e6a987c..b3659f22d 100644 --- a/src/view/com/composer/text-input/web/EmojiPicker.web.tsx +++ b/src/view/com/composer/text-input/web/EmojiPicker.web.tsx @@ -135,7 +135,7 @@ export function EmojiPicker({state, close, pinToTop}: IProps) { <Pressable accessible accessibilityLabel={_(msg`Close emoji picker`)} - accessibilityHint={_(msg`Tap to close the emoji picker`)} + accessibilityHint={_(msg`Closes the emoji picker`)} onPress={close} style={[a.fixed, a.inset_0]} /> @@ -171,7 +171,7 @@ export function EmojiPicker({state, close, pinToTop}: IProps) { <Pressable accessible accessibilityLabel={_(msg`Close emoji picker`)} - accessibilityHint={_(msg`Tap to close the emoji picker`)} + accessibilityHint={_(msg`Closes the emoji picker`)} onPress={close} style={[a.fixed, a.inset_0]} /> |