From a5f1fb9e9a3124b73f751c167fb1a7147e840c8f Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Wed, 15 Mar 2017 19:45:30 +0100 Subject: [PATCH] fixed notification spelling error --- 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 0b7c2fa1b3..b527348733 100644 --- a/scripts/system/notifications.js +++ b/scripts/system/notifications.js @@ -538,7 +538,7 @@ function onSnapshotTaken(pathStillSnapshot, pathAnimatedSnapshot, notify) { } function tabletNotification() { - createNotification("Tablet need your attention", NotificationType.TABLET); + createNotification("Tablet needs your attention", NotificationType.TABLET); } function processingGif() {