Localize alert messages in admin pages
This commit is contained in:
		| @ -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); | ||||
|         } | ||||
|     } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 hishamco
					hishamco