Rename Home Feed Prefs to Following Feed Prefs (#2965)

This commit is contained in:
dan 2024-02-22 16:51:11 +00:00 committed by GitHub
parent 1ccb3be961
commit 894f00d687
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 22 additions and 19 deletions

View file

@ -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=""

View file

@ -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"