diff options
Diffstat (limited to 'web/app/view/DeviceMenu.js')
-rw-r--r-- | web/app/view/DeviceMenu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/DeviceMenu.js b/web/app/view/DeviceMenu.js index e4623b94..06b272ad 100644 --- a/web/app/view/DeviceMenu.js +++ b/web/app/view/DeviceMenu.js @@ -57,7 +57,7 @@ Ext.define('Traccar.view.DeviceMenu', { handler: 'onCommandsClick', reference: 'menuCommandsButton' }, { - text: Strings.sharedMaintenances, + text: Strings.sharedMaintenance, glyph: 'xf0ad@FontAwesome', handler: 'onMaintenancesClick', reference: 'menuMaintenancesButton' |