Skip to content

Commit

Permalink
fix string localizer (OrchardCMS#11838)
Browse files Browse the repository at this point in the history
Co-authored-by: Гиленко Андрей <[email protected]>
  • Loading branch information
ProstoMimoProhodill and Гиленко Андрей authored Jun 9, 2022
1 parent d923b51 commit 13dd893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class AdminTemplatesAdminMenu : INavigationProvider
{
private readonly IStringLocalizer S;

public AdminTemplatesAdminMenu(IStringLocalizer<AdminMenu> localizer)
public AdminTemplatesAdminMenu(IStringLocalizer<AdminTemplatesAdminMenu> localizer)
{
S = localizer;
}
Expand Down

0 comments on commit 13dd893

Please sign in to comment.