Skip to content

Commit e5a9277

Browse files
authored
Merge pull request #88 from acjh/patch-3
Add missing localization used in AccountController
2 parents 1ba4d89 + 799544a commit e5a9277

File tree

1 file changed

+5
-3
lines changed
  • aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles

1 file changed

+5
-3
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles/AbpProjectName.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<text name="ThereIsNoTenantDefinedWithName{0}" value="There is no tenant defined with name {0}" />
1313
<text name="TenantIsNotActive" value="Tenant {0} is not active." />
1414
<text name="UserIsNotActiveAndCanNotLogin" value="User {0} is not active and can not log in." />
15-
<text name="UserEmailIsNotConfirmedAndCanNotLogin">Your email address is not confirmed. You can not login</text>
15+
<text name="UserEmailIsNotConfirmedAndCanNotLogin">Your email address is not confirmed. You can not login.</text>
1616
<text name="UserLockedOutMessage">The user account has been locked out. Please try again later.</text>
1717
<text name="PleaseEnterLoginInformation" value="Please enter login information" />
1818
<text name="TenancyName" value="Tenancy name" />
@@ -45,7 +45,7 @@
4545
<text name="TenantSelection_Detail" value="Please select one of the following tenants." />
4646
<text name="Logout" value="Logout" />
4747

48-
<text name="RegisterFormUserNameInvalidMessage">Please dont enter an email address for username.</text>
48+
<text name="RegisterFormUserNameInvalidMessage">Please don't enter an email address for username.</text>
4949

5050
<text name="DatabaseConnectionString" value="Database connection string" />
5151
<text name="Users" value="Users" />
@@ -75,5 +75,7 @@
7575
<text name="CreateNewRole">Create New Role</text>
7676
<text name="RoleName">Role Name</text>
7777
<text name="Actions">Actions</text>
78+
79+
<text name="CouldNotCompleteLoginOperation">Could not complete login operation. Please try again later.</text>
7880
</texts>
79-
</localizationDictionary>
81+
</localizationDictionary>

0 commit comments

Comments
 (0)