diff --git a/modules/account/src/Volo.Abp.Account.Web/Localization/Resources/AbpAccount/Web/en.json b/modules/account/src/Volo.Abp.Account.Web/Localization/Resources/AbpAccount/Web/en.json
index 284cc5584f..1055309b22 100644
--- a/modules/account/src/Volo.Abp.Account.Web/Localization/Resources/AbpAccount/Web/en.json
+++ b/modules/account/src/Volo.Abp.Account.Web/Localization/Resources/AbpAccount/Web/en.json
@@ -10,6 +10,13 @@
"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 user registration is disabled for this application. Contact to the application administrator to register a new user.",
+ "Login": "Login",
+ "Cancel": "Cancel",
+ "Register": "Register",
+ "UseAnotherServiceToLogIn.": "Use another service to log in.",
+ "InvalidLoginRequest": "Invalid login request",
+ "ThereAreNoLoginSchemesConfiguredForThisClient": "There are no login schemes configured for this client.",
+ "LogInUsingYourProviderAccount": "Log in using your {0} account"
}
}
\ No newline at end of file
diff --git a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml
index 81c29c0fb6..2ed1143f76 100644
--- a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml
+++ b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml
@@ -23,14 +23,14 @@
@Html.DisplayNameFor(m => m.LoginInput.RememberMe)
-