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