Skip to content

Commit b6ae7a3

Browse files
committed
Add missing localization used in UserRegistrationManager
1 parent 1711feb commit b6ae7a3

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,7 @@
8181
<text name="EditRole">Edit role</text>
8282
<text name="EditTenant">Edit tenant</text>
8383
<text name="EditUser">Edit user</text>
84+
<text name="TenantIdIsNotActive{0}">TenantId {0} is not active</text>
85+
<text name="UnknownTenantId{0}">Unknown tenantId {0}</text>
8486
</texts>
8587
</localizationDictionary>

0 commit comments

Comments
 (0)