diff options
Diffstat (limited to 'src/view/com/composer')
-rw-r--r-- | src/view/com/composer/Composer.tsx | 2 | ||||
-rw-r--r-- | src/view/com/composer/ComposerReplyTo.tsx | 2 | ||||
-rw-r--r-- | src/view/com/composer/text-input/web/EmojiPicker.web.tsx | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/view/com/composer/Composer.tsx b/src/view/com/composer/Composer.tsx index 78293f618..51b3bbde6 100644 --- a/src/view/com/composer/Composer.tsx +++ b/src/view/com/composer/Composer.tsx @@ -1241,7 +1241,7 @@ function ComposerFooter({ onPress={onEmojiButtonPress} style={a.p_sm} label={_(msg`Open emoji picker`)} - accessibilityHint={_(msg`Open emoji picker`)} + accessibilityHint={_(msg`Opens emoji picker`)} variant="ghost" shape="round" color="primary"> diff --git a/src/view/com/composer/ComposerReplyTo.tsx b/src/view/com/composer/ComposerReplyTo.tsx index cfd2b9065..68313226d 100644 --- a/src/view/com/composer/ComposerReplyTo.tsx +++ b/src/view/com/composer/ComposerReplyTo.tsx @@ -70,7 +70,7 @@ export function ComposerReplyTo({replyTo}: {replyTo: ComposerOptsPostRef}) { msg`Expand or collapse the full post you are replying to`, )} accessibilityHint={_( - msg`Expand or collapse the full post you are replying to`, + msg`Expands or collapses the full post you are replying to`, )}> <PreviewableUserAvatar size={50} 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]} /> |