Update copy
This commit is contained in:
@@ -101,7 +101,7 @@ export function AccountSettingsScreen({}: Props) {
|
|||||||
</SettingsList.PressableItem>
|
</SettingsList.PressableItem>
|
||||||
)}
|
)}
|
||||||
<SettingsList.PressableItem
|
<SettingsList.PressableItem
|
||||||
label={_(msg`Change email`)}
|
label={_(msg`Update email`)}
|
||||||
onPress={() =>
|
onPress={() =>
|
||||||
emailDialogControl.open({
|
emailDialogControl.open({
|
||||||
id: EmailDialogScreenID.Update,
|
id: EmailDialogScreenID.Update,
|
||||||
@@ -109,7 +109,7 @@ export function AccountSettingsScreen({}: Props) {
|
|||||||
}>
|
}>
|
||||||
<SettingsList.ItemIcon icon={PencilIcon} />
|
<SettingsList.ItemIcon icon={PencilIcon} />
|
||||||
<SettingsList.ItemText>
|
<SettingsList.ItemText>
|
||||||
<Trans>Change email</Trans>
|
<Trans>Update email</Trans>
|
||||||
</SettingsList.ItemText>
|
</SettingsList.ItemText>
|
||||||
<SettingsList.Chevron />
|
<SettingsList.Chevron />
|
||||||
</SettingsList.PressableItem>
|
</SettingsList.PressableItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user