diff options
Diffstat (limited to 'src/view/com/pager/FeedsTabBarMobile.tsx')
-rw-r--r-- | src/view/com/pager/FeedsTabBarMobile.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/view/com/pager/FeedsTabBarMobile.tsx b/src/view/com/pager/FeedsTabBarMobile.tsx index 024f9bfab..2c5ba5dfb 100644 --- a/src/view/com/pager/FeedsTabBarMobile.tsx +++ b/src/view/com/pager/FeedsTabBarMobile.tsx @@ -74,7 +74,9 @@ export function FeedsTabBar( onPress={onPressAvi} accessibilityRole="button" accessibilityLabel={_(msg`Open navigation`)} - accessibilityHint="Access profile and other navigation links" + accessibilityHint={_( + msg`Access profile and other navigation links`, + )} hitSlop={HITSLOP_10}> <FontAwesomeIcon icon="bars" |