diff options
Diffstat (limited to 'src/view/com/home/HomeHeaderLayoutMobile.tsx')
-rw-r--r-- | src/view/com/home/HomeHeaderLayoutMobile.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/home/HomeHeaderLayoutMobile.tsx b/src/view/com/home/HomeHeaderLayoutMobile.tsx index 0478f69a4..6c4b911f0 100644 --- a/src/view/com/home/HomeHeaderLayoutMobile.tsx +++ b/src/view/com/home/HomeHeaderLayoutMobile.tsx @@ -77,10 +77,10 @@ export function HomeHeaderLayoutMobile({ )} <Link testID="viewHeaderHomeFeedPrefsBtn" - href="/settings/home-feed" + href="/settings/following-feed" hitSlop={HITSLOP_10} accessibilityRole="button" - accessibilityLabel={_(msg`Home Feed Preferences`)} + accessibilityLabel={_(msg`Following Feed Preferences`)} accessibilityHint=""> <FontAwesomeIcon icon="sliders" |