Skip to content

Commit 799544a

Browse files
committed
Add missing period to localized string
1 parent b5efdcd commit 799544a

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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" />
@@ -78,4 +78,4 @@
7878

7979
<text name="CouldNotCompleteLoginOperation">Could not complete login operation. Please try again later.</text>
8080
</texts>
81-
</localizationDictionary>
81+
</localizationDictionary>

0 commit comments

Comments
 (0)