fix localization in Profile Management

This commit is contained in:
sbwalker
2023-09-21 10:02:21 -04:00
parent 4435f25ee6
commit 836b174d15
2 changed files with 12 additions and 3 deletions

View File

@ -17,9 +17,9 @@ else
<th style="width: 1px;">&nbsp;</th>
<th style="width: 1px;">&nbsp;</th>
<th>@SharedLocalizer["Name"]</th>
<th>@SharedLocalizer["Title"]</th>
<th>@SharedLocalizer["Category"]</th>
<th>@SharedLocalizer["ViewOrder"]</th>
<th>@Localizer["Title"]</th>
<th>@Localizer["Category"]</th>
<th>@Localizer["Order"]</th>
</Header>
<Row>
<td><ActionLink Action="Edit" Parameters="@($"id=" + context.ProfileId.ToString())" Security="SecurityAccessLevel.Edit" ResourceKey="EditProfile" /></td>