From 0c68417e4a15051240cd724bb5f12fe0fc39c1de Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 7 Nov 2016 06:09:45 +1300 Subject: Fix button tooltip text --- web/app/view/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/view/Map.js') diff --git a/web/app/view/Map.js b/web/app/view/Map.js index dc3245e..ce1c122 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', -- cgit v1.2.3