Localize components for the users pages

This commit is contained in:
hishamco
2020-11-17 22:56:41 +03:00
parent 2b371b2a9f
commit 261f48e842
4 changed files with 16 additions and 16 deletions

View File

@ -1,4 +1,4 @@
@namespace Oqtane.Modules.Admin.Users
@namespace Oqtane.Modules.Admin.Users
@inherits ModuleBase
@inject NavigationManager NavigationManager
@inject IUserService UserService
@ -14,7 +14,7 @@ else
<br />
}
<TabStrip>
<TabPanel Name="Identity">
<TabPanel Name="Identity" ResourceKey="Identity">
@if (profiles != null)
{
<table class="table table-borderless">
@ -80,7 +80,7 @@ else
</table>
}
</TabPanel>
<TabPanel Name="Profile">
<TabPanel Name="Profile" ResourceKey="Profile">
@if (profiles != null)
{
<table class="table table-borderless">