Fix Localization problem on My Profile modal

pull/676/head
Nokecy 6 years ago committed by GitHub
parent 2be6c2d23d
commit 79a6c1ef76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ namespace Volo.Abp.Identity.Web.Pages.Identity.Shared
[Required]
[StringLength(IdentityUserConsts.MaxEmailLength)]
[Display(Name = "DisplayName:Email")]
[Display(Name = "DisplayName:EmailAddress")]
public string Email { get; set; }
[StringLength(IdentityUserConsts.MaxNameLength)]
@ -60,4 +60,4 @@ namespace Volo.Abp.Identity.Web.Pages.Identity.Shared
[Display(Name = "DisplayName:PhoneNumber")]
public string PhoneNumber { get; set; }
}
}
}

Loading…
Cancel
Save