rollback #3125 and localize module component Title using LocalizerFactory

This commit is contained in:
sbwalker
2023-08-17 07:56:39 -04:00
parent 2777a0946c
commit 9e6ea3f486
17 changed files with 20 additions and 61 deletions

View File

@ -68,12 +68,6 @@
private List<Models.HtmlText> _htmltexts;
private string _view = "";
protected override void OnParametersSet()
{
base.OnParametersSet();
base.SetModuleTitle(Localizer["ModuleTitle.Text"]);
}
protected override async Task OnInitializedAsync()
{
try