aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/DeviceMenu.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2018-08-23 08:38:55 +0500
committerAbyss777 <abyss@fox5.ru>2018-08-23 12:25:52 +0500
commit9731e7543eaf3777625aebec346b4f10690a8b3b (patch)
tree0b2df4a4d8899a164db23c37887af3619c041cd0 /web/app/view/DeviceMenu.js
parentaf6be7f7dbdcdc8870393204b527f1fbea008498 (diff)
downloadetbsa-traccar-web-9731e7543eaf3777625aebec346b4f10690a8b3b.tar.gz
etbsa-traccar-web-9731e7543eaf3777625aebec346b4f10690a8b3b.tar.bz2
etbsa-traccar-web-9731e7543eaf3777625aebec346b4f10690a8b3b.zip
Implement Device Accumulators reset
Diffstat (limited to 'web/app/view/DeviceMenu.js')
-rw-r--r--web/app/view/DeviceMenu.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/app/view/DeviceMenu.js b/web/app/view/DeviceMenu.js
index c941684..e4623b9 100644
--- a/web/app/view/DeviceMenu.js
+++ b/web/app/view/DeviceMenu.js
@@ -63,10 +63,10 @@ Ext.define('Traccar.view.DeviceMenu', {
reference: 'menuMaintenancesButton'
}, {
hidden: true,
- text: Strings.sharedDeviceDistance,
+ text: Strings.sharedDeviceAccumulators,
glyph: 'xf0e4@FontAwesome',
- handler: 'onDeviceDistanceClick',
- reference: 'menuDeviceDistanceButton'
+ handler: 'onDeviceAccumulatorsClick',
+ reference: 'menuDeviceAccumulatorsButton'
}]
}
});