From 077b2dab30d527136dfbd5b09ce9b38514af12cd Mon Sep 17 00:00:00 2001 From: samcake Date: Mon, 2 Apr 2018 16:09:43 -0700 Subject: [PATCH] Code review fixes --- scripts/system/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/notifications.js b/scripts/system/notifications.js index 8b68a9355e..ba37f6ee4e 100644 --- a/scripts/system/notifications.js +++ b/scripts/system/notifications.js @@ -84,7 +84,7 @@ var NOTIFICATION_MENU_ITEM_POST = " Notifications"; var PLAY_NOTIFICATION_SOUNDS_SETTING = "play_notification_sounds"; var PLAY_NOTIFICATION_SOUNDS_TYPE_SETTING_PRE = "play_notification_sounds_type_"; - var NOTIFICATIONS_MESSAGE_CHANNEL = "Hifi-Notifications"; + var NOTIFICATIONS_MESSAGE_CHANNEL = "Hifi-Notifications"; var NotificationType = { UNKNOWN: 0,