aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Devices.js
diff options
context:
space:
mode:
authorninioe <ninioe@gmail.com>2016-07-24 08:53:00 +0300
committerninioe <ninioe@gmail.com>2016-07-24 08:53:00 +0300
commit729f34a34c4b3f857823293c8a46661f606cb03b (patch)
tree7e61f511fe092fd2a404c602f4ca921ea1393c9b /web/app/view/Devices.js
parent2e7987b5df7611299aa76bcc9eca3424ce31d204 (diff)
downloadtraccar-server-729f34a34c4b3f857823293c8a46661f606cb03b.tar.gz
traccar-server-729f34a34c4b3f857823293c8a46661f606cb03b.tar.bz2
traccar-server-729f34a34c4b3f857823293c8a46661f606cb03b.zip
more fixes
Diffstat (limited to 'web/app/view/Devices.js')
-rw-r--r--web/app/view/Devices.js4
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,