aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorninioe <ninioe@gmail.com>2016-07-24 14:01:30 +0300
committerninioe <ninioe@gmail.com>2016-07-24 14:01:30 +0300
commitb4841fa0a6293c0b895cf6bb65c6c2d871c78397 (patch)
tree095b8505d2a53fe8ddf1bf19f90a5dc8ad5eb4eb /web
parent1e39c3dbf2078dbe9a99bdf25b944fbe05b8a40d (diff)
downloadtraccar-server-b4841fa0a6293c0b895cf6bb65c6c2d871c78397.tar.gz
traccar-server-b4841fa0a6293c0b895cf6bb65c6c2d871c78397.tar.bz2
traccar-server-b4841fa0a6293c0b895cf6bb65c6c2d871c78397.zip
typo mistake fix
Diffstat (limited to 'web')
-rw-r--r--web/app/view/Devices.js2
-rw-r--r--web/l10n/en.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js
index 63569bd95..da7695229 100644
--- a/web/app/view/Devices.js
+++ b/web/app/view/Devices.js
@@ -60,7 +60,7 @@ Ext.define('Traccar.view.Devices', {
},{
id: 'nuteButton',
glyph: 'xf1f7@FontAwesome',
- tooltip: Strings.nuteButton,
+ tooltip: Strings.muteButton,
tooltipType: 'title',
pressed : true,
enableToggle: true,
diff --git a/web/l10n/en.json b/web/l10n/en.json
index 4e0f42fe3..32a2a45a4 100644
--- a/web/l10n/en.json
+++ b/web/l10n/en.json
@@ -19,7 +19,7 @@
"sharedSearch": "Search",
"sharedGeofence": "Geofence",
"sharedGeofences": "Geofences",
- "nuteButton": "Mute",
+ "muteButton": "Mute",
"sharedNotifications": "Notifications",
"sharedAttributes": "Attributes",
"sharedAttribute": "Attribute",