tweak profiles -> people

This commit is contained in:
Hailey
2024-06-11 13:49:21 -07:00
parent 4579bcf5ea
commit bbf609de27
2 changed files with 2 additions and 2 deletions
@@ -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>
)}
+1 -1
View File
@@ -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`,