diff options
Diffstat (limited to 'src/view/com/util/post-embeds/GifEmbed.tsx')
-rw-r--r-- | src/view/com/util/post-embeds/GifEmbed.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/post-embeds/GifEmbed.tsx b/src/view/com/util/post-embeds/GifEmbed.tsx index 4dbc7d588..a839294f1 100644 --- a/src/view/com/util/post-embeds/GifEmbed.tsx +++ b/src/view/com/util/post-embeds/GifEmbed.tsx @@ -39,7 +39,7 @@ function PlaybackControls({ return ( <Pressable accessibilityRole="button" - accessibilityHint={_(msg`Play or pause the GIF`)} + accessibilityHint={_(msg`Plays or pauses the GIF`)} accessibilityLabel={isPlaying ? _(msg`Pause`) : _(msg`Play`)} style={[ a.absolute, |