diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-27 15:06:08 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-27 15:06:08 +0500 |
commit | 738293abe6a163893c095f83f96989819f2d83de (patch) | |
tree | f846684d0f82cd074a329290c15e7688fd7ec1cc /web/app/view/Report.js | |
parent | ecdf23611e30707f1bc5f89420f9409acaa56652 (diff) | |
download | trackermap-web-738293abe6a163893c095f83f96989819f2d83de.tar.gz trackermap-web-738293abe6a163893c095f83f96989819f2d83de.tar.bz2 trackermap-web-738293abe6a163893c095f83f96989819f2d83de.zip |
Use singular for a few strings
Diffstat (limited to 'web/app/view/Report.js')
-rw-r--r-- | web/app/view/Report.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/Report.js b/web/app/view/Report.js index 339761e9..61699bf7 100644 --- a/web/app/view/Report.js +++ b/web/app/view/Report.js @@ -93,7 +93,7 @@ Ext.define('Traccar.view.Report', { }, store: 'ReportRoute', axes: [{ - title: Strings.reportCharts, + title: Strings.reportChart, type: 'numeric', position: 'left' }, { |