Browse Source

Update ManageProfileForm.js

pull/11387/head
Mehmet Erim 4 years ago
committed by GitHub
parent
commit
692c392633
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/app/react-native/src/screens/ManageProfile/ManageProfileForm.js

2
templates/app/react-native/src/screens/ManageProfile/ManageProfileForm.js

@ -121,7 +121,7 @@ function ManageProfileForm({ editingUser = {}, submit, cancel }) {
<FormControl isRequired my="2">
<Stack mx="4">
<FormControl.Label>
{i18n.t('AbpIdentity::PhoneNumber')}
{i18n.t('AbpIdentity::EmailAddress')}
</FormControl.Label>
<Input
ref={emailRef}

Loading…
Cancel
Save