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>
)}