Skip to content

Commit

Permalink
Merge pull request #2637 from olicooper/patch-5
Browse files Browse the repository at this point in the history
Grammatical issues on Account en.json
  • Loading branch information
yekalkan authored Jan 15, 2020
2 parents c7059c7 + fb4b8b8 commit 95198a0
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"culture": "en",
"texts": {
"UserName": "User name",
"UserName": "Username",
"EmailAddress": "Email address",
"UserNameOrEmailAddress": "User name or email address",
"UserNameOrEmailAddress": "Username or email address",
"Password": "Password",
"RememberMe": "Remember me",
"UseAnotherServiceToLogin": "Use another service to log in",
"UserLockedOutMessage": "The user account has been locked out due to invalid login attempts. Please wait a while and try again.",
"InvalidUserNameOrPassword": "Invalid username or password!",
"LoginIsNotAllowed": "You are not allowed to login! You need to confirm your email/phone number.",
"SelfRegistrationDisabledMessage": "Self user registration is disabled for this application. Contact to the application administrator to register a new user.",
"SelfRegistrationDisabledMessage": "Self-registration is disabled for this application. Please contact the application administrator to register a new user.",
"Login": "Login",
"Cancel": "Cancel",
"Register": "Register",
Expand All @@ -23,7 +23,7 @@
"DisplayName:NewPassword": "New password",
"DisplayName:NewPasswordConfirm": "Confirm new password",
"PasswordChangedMessage": "Your password has been changed successfully.",
"DisplayName:UserName": "User name",
"DisplayName:UserName": "Username",
"DisplayName:Email": "Email",
"DisplayName:Name": "Name",
"DisplayName:Surname": "Surname",
Expand All @@ -39,6 +39,6 @@
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Is self-registration enabled",
"Description:Abp.Account.IsSelfRegistrationEnabled": "Whether a user can register the account by him or herself.",
"DisplayName:Abp.Account.EnableLocalLogin": "Authenticate with a local account",
"Description:Abp.Account.EnableLocalLogin": "Indicates if Server will allow users to authenticate with a local account."
"Description:Abp.Account.EnableLocalLogin": "Indicates if the server will allow users to authenticate with a local account."
}
}
}

0 comments on commit 95198a0

Please sign in to comment.