Rename Home Feed Prefs to Following Feed Prefs (#2965)
This commit is contained in:
parent
1ccb3be961
commit
894f00d687
8 changed files with 22 additions and 19 deletions
|
@ -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=""
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue