about summary refs log tree commit diff
path: root/src/view/com
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com')
-rw-r--r--src/view/com/feeds/FeedPage.tsx2
-rw-r--r--src/view/com/home/HomeHeaderLayoutMobile.tsx4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/view/com/feeds/FeedPage.tsx b/src/view/com/feeds/FeedPage.tsx
index d8da569b1..60814e837 100644
--- a/src/view/com/feeds/FeedPage.tsx
+++ b/src/view/com/feeds/FeedPage.tsx
@@ -138,7 +138,7 @@ export function FeedPage({
           {hasSession && (
             <TextLink
               type="title-lg"
-              href="/settings/home-feed"
+              href="/settings/following-feed"
               style={{fontWeight: 'bold'}}
               accessibilityLabel={_(msg`Feed Preferences`)}
               accessibilityHint=""
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"