Browse Source
Merge pull request #2589 from olicooper/patch-4
Grammatical issue with Identity en localization
pull/2553/merge
maliming
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/en.json
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
"UserName": "User name", |
|
|
|
"EmailAddress": "Email address", |
|
|
|
"PhoneNumber": "Phone number", |
|
|
|
"UserInformations": "User informations", |
|
|
|
"UserInformations": "User information", |
|
|
|
"DisplayName:IsDefault": "Default", |
|
|
|
"DisplayName:IsStatic": "Static", |
|
|
|
"DisplayName:IsPublic": "Public", |
|
|
|
@ -99,4 +99,4 @@ |
|
|
|
"Description:Abp.Identity.User.IsUserNameUpdateEnabled": "Whether the username can be updated by the user.", |
|
|
|
"Description:Abp.Identity.User.IsEmailUpdateEnabled": "Whether the email can be updated by the user." |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|