From e53a9961c76e16cd5490f73158698ef203e1f8dc Mon Sep 17 00:00:00 2001 From: Ebubeker Rexha <60944813+Ebubeker@users.noreply.github.com> Date: Sun, 23 Oct 2022 15:53:47 +0200 Subject: [PATCH] changes on translation --- .../src/components/isochrones/IsochroneThematicData.vue | 5 ++--- app/client/src/locales/de.json | 2 +- app/client/src/locales/en.json | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app/client/src/components/isochrones/IsochroneThematicData.vue b/app/client/src/components/isochrones/IsochroneThematicData.vue index cec6157f1..1ceab5e35 100644 --- a/app/client/src/components/isochrones/IsochroneThematicData.vue +++ b/app/client/src/components/isochrones/IsochroneThematicData.vue @@ -28,8 +28,7 @@
- t> + @@ -115,7 +114,7 @@

- Traveltime
(minutes) + {{ $t("isochrones.tableData.travelTimeSlider") }}

diff --git a/app/client/src/locales/de.json b/app/client/src/locales/de.json index c1d9b6395..5479dc383 100644 --- a/app/client/src/locales/de.json +++ b/app/client/src/locales/de.json @@ -430,7 +430,7 @@ "shared": "Anteil" }, "travelTime": "Reisezeit", - "travelTimeSlider": "Reisezeit
(Minuten)", + "travelTimeSlider": "Reisezeit (Minuten)", "amenityCount": "Amenity Count", "populationCount": "Bevölkerungszahl", "aoisArea": "AOIs Area" diff --git a/app/client/src/locales/en.json b/app/client/src/locales/en.json index d0a4c123e..ae51323b2 100644 --- a/app/client/src/locales/en.json +++ b/app/client/src/locales/en.json @@ -423,7 +423,7 @@ "shared": "Share" }, "travelTime": "Traveltime (minutes)", - "travelTimeSlider": "Traveltime
(minutes)", + "travelTimeSlider": "Traveltime (minutes)", "amenityCount": "Amenity Count", "populationCount": "Population Count", "aoisArea": "AOIs Area" @@ -504,7 +504,7 @@ "popups": { "info": "There has been a problem with the external service running the geoportal. Please try to select another layer.", "errorMessage": "This layer is not part of the study area, please select another layer!", - "agreement": "I understand" + "agreement": "I understand" } }, "map": {