aboutsummaryrefslogtreecommitdiff
path: root/web/app/Application.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/Application.js')
-rw-r--r--web/app/Application.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/Application.js b/web/app/Application.js
index fe92039..d0b6713 100644
--- a/web/app/Application.js
+++ b/web/app/Application.js
@@ -130,7 +130,7 @@ Ext.define('Traccar.Application', {
},
getNotificatorString: function (eventType) {
- var key = 'notification' + eventType.charAt(0).toUpperCase() + eventType.slice(1);
+ var key = 'notificator' + eventType.charAt(0).toUpperCase() + eventType.slice(1);
return Strings[key] || key;
},