diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-27 23:11:22 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-27 23:11:22 +1300 |
commit | 4b83eba6511c6333a3cefaef59055db7e7764e3d (patch) | |
tree | f846684d0f82cd074a329290c15e7688fd7ec1cc /web/l10n | |
parent | ecdf23611e30707f1bc5f89420f9409acaa56652 (diff) | |
parent | 738293abe6a163893c095f83f96989819f2d83de (diff) | |
download | etbsa-traccar-web-4b83eba6511c6333a3cefaef59055db7e7764e3d.tar.gz etbsa-traccar-web-4b83eba6511c6333a3cefaef59055db7e7764e3d.tar.bz2 etbsa-traccar-web-4b83eba6511c6333a3cefaef59055db7e7764e3d.zip |
Merge pull request #372 from Abyss777/chart_fix
Use singular for a few strings
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 5ac1328..7b59e68 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -185,10 +185,10 @@ "reportEvents": "Events", "reportTrips": "Trips", "reportSummary": "Summary", - "reportCharts": "Charts", + "reportChart": "Chart", "reportConfigure": "Configure", "reportEventTypes": "Event Types", - "reportChartTypes": "Chart Types", + "reportChartType": "Chart Type", "reportExport": "Export", "reportDeviceName": "Device Name", "reportAverageSpeed": "Average Speed", |