diff options
author | ninioe <ninioe@gmail.com> | 2016-07-24 08:53:00 +0300 |
---|---|---|
committer | ninioe <ninioe@gmail.com> | 2016-07-24 08:53:00 +0300 |
commit | 729f34a34c4b3f857823293c8a46661f606cb03b (patch) | |
tree | 7e61f511fe092fd2a404c602f4ca921ea1393c9b /web/app/view | |
parent | 2e7987b5df7611299aa76bcc9eca3424ce31d204 (diff) | |
download | trackermap-server-729f34a34c4b3f857823293c8a46661f606cb03b.tar.gz trackermap-server-729f34a34c4b3f857823293c8a46661f606cb03b.tar.bz2 trackermap-server-729f34a34c4b3f857823293c8a46661f606cb03b.zip |
more fixes
Diffstat (limited to 'web/app/view')
-rw-r--r-- | web/app/view/Devices.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js index 31d22ed2a..212aa7f96 100644 --- a/web/app/view/Devices.js +++ b/web/app/view/Devices.js @@ -58,9 +58,9 @@ Ext.define('Traccar.view.Devices', { }, { xtype: 'tbfill' },{ - id: 'showAlarmButton', + id: 'showNotificationsButton', glyph: 'xf0a2@FontAwesome', - tooltip: 'Show Alarms', + tooltip: Strings.showNotifications, tooltipType: 'title', pressed : true, enableToggle: true, |