Update copy

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
Eric Bailey
2025-05-07 09:13:42 -05:00
committed by GitHub
parent d3dda11343
commit be4029fd43
@@ -181,7 +181,7 @@ export function Update(_props: ScreenProps<ScreenID.Update>) {
const {clean} = cleanError(e)
dispatch({
type: 'setError',
error: clean || _(msg`Email updated failed, please try again.`),
error: clean || _(msg`Failed to update email, please try again.`),
})
}
}