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 a3381cc4..c9416845 100644 --- a/web/app/view/DeviceMenu.js +++ b/web/app/view/DeviceMenu.js @@ -33,7 +33,7 @@ Ext.define('Traccar.view.DeviceMenu', { items: [{ text: Strings.sharedDrivers, - glyph: 'xf2c2@FontAwesome', + glyph: 'xf084@FontAwesome', handler: 'onDriversClick', reference: 'menuDriversButton' }, { |