This commit is contained in:
Robert
2018-11-02 10:27:12 +01:00
committed by GitHub
parent c5181607de
commit 853fbdaa61

View File

@@ -137,7 +137,7 @@ namespace Umbraco.Web.Components
user = _userService.GetUserById(Constants.Security.SuperUserId);
if (user == null)
{
_logger.Warn(typeof(Notifier), "Noticiations can not be sent, no admin user with id {SuperUserId} could be resolved", Constants.Security.SuperUserId);
_logger.Warn(typeof(Notifier), "Notifications can not be sent, no admin user with id {SuperUserId} could be resolved", Constants.Security.SuperUserId);
return;
}
}