From 853fbdaa614a285fbc8eace1f997ae7942bb1938 Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 2 Nov 2018 10:27:12 +0100 Subject: [PATCH] Typo --- src/Umbraco.Web/Components/NotificationsComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web/Components/NotificationsComponent.cs b/src/Umbraco.Web/Components/NotificationsComponent.cs index 5623a09581..38ec283cfe 100644 --- a/src/Umbraco.Web/Components/NotificationsComponent.cs +++ b/src/Umbraco.Web/Components/NotificationsComponent.cs @@ -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; } }