diff options
-rw-r--r-- | web/app/view/Map.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/Map.js b/web/app/view/Map.js index dc3245e5..ce1c1227 100644 --- a/web/app/view/Map.js +++ b/web/app/view/Map.js @@ -40,7 +40,7 @@ Ext.define('Traccar.view.Map', { handler: 'showReports', reference: 'showReportsButton', glyph: 'xf0f6@FontAwesome', - tooltip: Strings.sharedGeofences + tooltip: Strings.reportTitle }, { xtype: 'button', tooltipType: 'title', |