tweak profiles -> people
This commit is contained in:
@@ -75,7 +75,7 @@ export function WizardEditListDialog({
|
|||||||
]}>
|
]}>
|
||||||
<Text style={[a.font_bold, a.text_xl]}>
|
<Text style={[a.font_bold, a.text_xl]}>
|
||||||
{state.currentStep === 'Profiles' ? (
|
{state.currentStep === 'Profiles' ? (
|
||||||
<Trans>Edit Profiles</Trans>
|
<Trans>Edit People</Trans>
|
||||||
) : (
|
) : (
|
||||||
<Trans>Edit Feeds</Trans>
|
<Trans>Edit Feeds</Trans>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -171,7 +171,7 @@ function WizardInner({
|
|||||||
nextBtn: _(msg`Next`),
|
nextBtn: _(msg`Next`),
|
||||||
},
|
},
|
||||||
Profiles: {
|
Profiles: {
|
||||||
header: _(msg`Profiles`),
|
header: _(msg`People`),
|
||||||
nextBtn: _(msg`Next`),
|
nextBtn: _(msg`Next`),
|
||||||
subtitle: _(
|
subtitle: _(
|
||||||
msg`Add people to your starter pack that you think others will enjoy following`,
|
msg`Add people to your starter pack that you think others will enjoy following`,
|
||||||
|
|||||||
Reference in New Issue
Block a user