Localize HtmlText

This commit is contained in:
hishamco
2020-11-20 01:53:24 +03:00
parent 301051898b
commit c7cb3ad53a
2 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
@using Oqtane.Modules.HtmlText.Services
@using Oqtane.Modules.HtmlText.Services
@namespace Oqtane.Modules.HtmlText
@inherits ModuleBase
@inject IHtmlTextService HtmlTextService
@ -7,7 +7,7 @@
@if (PageState.EditMode)
{
<br /><ActionLink Action="Edit" EditMode="true" /><br /><br />
<br /><ActionLink Action="Edit" EditMode="true" ResourceKey="Edit" /><br /><br />
}
@code {