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
@ -6,7 +6,7 @@
@inject ISettingService SettingService
<TabStrip>
<TabPanel Name="Identity">
<TabPanel Name="Identity" ResourceKey="Identity">
@if (profiles != null)
{
<table class="table table-borderless">
@ -53,7 +53,7 @@
</table>
}
</TabPanel>
<TabPanel Name="Profile">
<TabPanel Name="Profile" ResourceKey="Profile">
@if (profiles != null)
{
<table class="table table-borderless">