fleetmap-reports 1.0.526 → 1.0.527

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetmap-reports",
3
- "version": "1.0.526",
3
+ "version": "1.0.527",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/kms-report.js CHANGED
@@ -375,7 +375,7 @@ function exportKmsReportToExcel (userData, reportData) {
375
375
  if (userData.groupByDay) {
376
376
  headers.push(
377
377
  { label: translations.report.vehicle, value: 'name' },
378
- { label: translations.report.licensePlate, value: 'licenseplate' },
378
+ { label: translations.settings.vehicle_licenseplate, value: 'licenseplate' },
379
379
  { label: translations.report.group, value: 'group' },
380
380
  { label: translations.report.date, value: 'date' },
381
381
  { label: translations.report.weekDay, value: 'weekday' },