From b4841fa0a6293c0b895cf6bb65c6c2d871c78397 Mon Sep 17 00:00:00 2001 From: ninioe Date: Sun, 24 Jul 2016 14:01:30 +0300 Subject: typo mistake fix --- web/app/view/Devices.js | 2 +- web/l10n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'web') 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", -- cgit v1.2.3