aboutsummaryrefslogtreecommitdiff
path: root/modern/src/reports/TripReportPage.js
diff options
context:
space:
mode:
authorAshutosh Bishnoi <mail2bishnoi@gmail.com>2021-04-06 11:43:39 +0530
committerAshutosh Bishnoi <mail2bishnoi@gmail.com>2021-04-06 11:43:39 +0530
commite7245fc142f6aa14e70036c0056c498971944cf9 (patch)
tree688a96d30e7c6414d42b2189c510239909a0e30d /modern/src/reports/TripReportPage.js
parent11c34f710c75a3d789b603d053e177a226b2f118 (diff)
downloadetbsa-traccar-web-e7245fc142f6aa14e70036c0056c498971944cf9.tar.gz
etbsa-traccar-web-e7245fc142f6aa14e70036c0056c498971944cf9.tar.bz2
etbsa-traccar-web-e7245fc142f6aa14e70036c0056c498971944cf9.zip
summary report data-grid conversion
Diffstat (limited to 'modern/src/reports/TripReportPage.js')
-rw-r--r--modern/src/reports/TripReportPage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/reports/TripReportPage.js b/modern/src/reports/TripReportPage.js
index 82c5439..45a7786 100644
--- a/modern/src/reports/TripReportPage.js
+++ b/modern/src/reports/TripReportPage.js
@@ -59,7 +59,7 @@ const TripReportPage = () => {
flex: 1,
valueFormatter: ({ value }) => formatDate(value),
}, {
- headerName: t('reportStartOdometer'),
+ headerName: t('reportEndOdometer'),
field: 'endOdometer',
type: 'number',
flex: 1,