From 27b667e656e0f8a785f5d361666a062fd9e3b353 Mon Sep 17 00:00:00 2001 From: sseppi <7909989+sseppi@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:43:19 +0200 Subject: [PATCH] Update echargingdata.ts --- databrowser/src/config/builder/tourism/echargingdata.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/databrowser/src/config/builder/tourism/echargingdata.ts b/databrowser/src/config/builder/tourism/echargingdata.ts index 0245aa3b..8e229d47 100644 --- a/databrowser/src/config/builder/tourism/echargingdata.ts +++ b/databrowser/src/config/builder/tourism/echargingdata.ts @@ -40,7 +40,7 @@ export const echargingdataCategory = ( }, }, { - title: 'AccessType', + title: 'Access type', component: CellComponent.SelectWithOptionsCell, objectMapping: { value: 'AdditionalProperties.EchargingDataProperties.AccessType', @@ -63,21 +63,21 @@ export const echargingdataCategory = ( }, }, { - title: 'AccessTypeInfo', + title: 'Access type information', component: CellComponent.StringCell, objectMapping: { text: 'AdditionalProperties.EchargingDataProperties.AccessTypeInfo', }, }, { - title: 'PaymentInfo', + title: 'Payment information', component: CellComponent.StringCell, objectMapping: { text: 'AdditionalProperties.EchargingDataProperties.PaymentInfo', }, }, { - title: 'Charging Plugs Types', + title: 'Charging plugs types', component: CellComponent.ArrayEditableCell, arrayMapping: { targetPropertyName: 'items',