From c5adb46cf44017a13594413187c377ab2d673c11 Mon Sep 17 00:00:00 2001 From: Florian Sommariva Date: Tue, 31 Oct 2023 15:36:52 +0100 Subject: [PATCH] Review display viewPoint HD CTA wording --- frontend/src/components/Map/DetailsMap/ViewPointMarkers.tsx | 2 +- .../pages/details/components/DetailsMedias/DetailsMedias.tsx | 2 +- frontend/src/translations/ca.json | 2 +- frontend/src/translations/de.json | 2 +- frontend/src/translations/en.json | 2 +- frontend/src/translations/es.json | 2 +- frontend/src/translations/fr.json | 2 +- frontend/src/translations/it.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/Map/DetailsMap/ViewPointMarkers.tsx b/frontend/src/components/Map/DetailsMap/ViewPointMarkers.tsx index 1f49d4733..457e0f642 100644 --- a/frontend/src/components/Map/DetailsMap/ViewPointMarkers.tsx +++ b/frontend/src/components/Map/DetailsMap/ViewPointMarkers.tsx @@ -32,7 +32,7 @@ export const ViewPointMarkers = ({ viewPoints, setMapId }: ViewPointMarkersProps onClick: () => { setMapId?.(id); }, - label: 'viewPoint.examinePicture', + label: 'viewPoint.displayPicture', }, }, })); diff --git a/frontend/src/components/pages/details/components/DetailsMedias/DetailsMedias.tsx b/frontend/src/components/pages/details/components/DetailsMedias/DetailsMedias.tsx index ef74b29ff..3e6d62206 100644 --- a/frontend/src/components/pages/details/components/DetailsMedias/DetailsMedias.tsx +++ b/frontend/src/components/pages/details/components/DetailsMedias/DetailsMedias.tsx @@ -130,7 +130,7 @@ export const DetailsMedias: React.FC = ({ `)} > - + diff --git a/frontend/src/translations/ca.json b/frontend/src/translations/ca.json index 7c8db7aca..2439e741b 100644 --- a/frontend/src/translations/ca.json +++ b/frontend/src/translations/ca.json @@ -241,7 +241,7 @@ "title": "Fotos HD", "label": "Foto HD", "credit": "Crèdit fotogràfic :", - "examinePicture": "Navega per la foto" + "displayPicture": "Navega per la foto" }, "Wind": { "N": "Nord", diff --git a/frontend/src/translations/de.json b/frontend/src/translations/de.json index 2c2fb6544..3908b38a8 100644 --- a/frontend/src/translations/de.json +++ b/frontend/src/translations/de.json @@ -241,7 +241,7 @@ "title": "HD-Fotos", "label": "HD-Foto", "credit": "Fotogutschrift:", - "examinePicture": "Foto durchsuchen" + "displayPicture": "Foto durchsuchen" }, "Wind": { "N": "Norden", diff --git a/frontend/src/translations/en.json b/frontend/src/translations/en.json index 7a0ee7379..1f061cada 100644 --- a/frontend/src/translations/en.json +++ b/frontend/src/translations/en.json @@ -248,7 +248,7 @@ "title": "HD pictures", "label": "HD picture", "credit": "Picture credit:", - "examinePicture": "Exmamine picture" + "displayPicture": "Display picture" }, "Wind": { "N": "North", diff --git a/frontend/src/translations/es.json b/frontend/src/translations/es.json index 5fd856045..480f22326 100644 --- a/frontend/src/translations/es.json +++ b/frontend/src/translations/es.json @@ -241,7 +241,7 @@ "title": "Fotos HD", "label": "Foto HD", "credit": "Crédito de la foto:", - "examinePicture": "Examinar foto" + "displayPicture": "Examinar foto" }, "Wind": { "N": "Norte", diff --git a/frontend/src/translations/fr.json b/frontend/src/translations/fr.json index 52930b25b..1c341dfa0 100644 --- a/frontend/src/translations/fr.json +++ b/frontend/src/translations/fr.json @@ -248,7 +248,7 @@ "title": "Images HD", "label": "Image HD", "credit": "Crédit image :", - "examinePicture": "Examiner l'image" + "displayPicture": "Afficher l'image" }, "Wind": { "N": "Nord", diff --git a/frontend/src/translations/it.json b/frontend/src/translations/it.json index dbc4e40c5..1af7de5c8 100644 --- a/frontend/src/translations/it.json +++ b/frontend/src/translations/it.json @@ -251,7 +251,7 @@ "title": "Foto HD", "label": "Foto HD", "credit": "Credito foto:", - "examinePicture": "Sfoglia foto" + "displayPicture": "Sfoglia foto" }, "Wind": { "N": "Nord",