Localize alert messages in admin pages

This commit is contained in:
hishamco
2020-12-09 21:12:00 +03:00
parent 3c71282379
commit a29d7b524c
46 changed files with 163 additions and 162 deletions

View File

@ -96,7 +96,7 @@
catch (Exception ex)
{
await logger.LogError(ex, "Error Loading Theme {ThemeName} {Error}", _themeName, ex.Message);
AddModuleMessage("Error Loading Theme", MessageType.Error);
AddModuleMessage(Localizer["Error Loading Theme"], MessageType.Error);
}
}
}