Skip to content

Commit

Permalink
Review display viewPoint HD CTA wording
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Dec 14, 2023
1 parent 24802f6 commit c5adb46
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const ViewPointMarkers = ({ viewPoints, setMapId }: ViewPointMarkersProps
onClick: () => {
setMapId?.(id);
},
label: 'viewPoint.examinePicture',
label: 'viewPoint.displayPicture',
},
},
}));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const DetailsMedias: React.FC<DetailsMediasProps> = ({
`)}
>
<span className="text-greyDarkColored">
<FormattedMessage id="viewPoint.examinePicture" />
<FormattedMessage id="viewPoint.displayPicture" />
</span>
<ArrowRight />
</button>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/translations/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"title": "HD-Fotos",
"label": "HD-Foto",
"credit": "Fotogutschrift:",
"examinePicture": "Foto durchsuchen"
"displayPicture": "Foto durchsuchen"
},
"Wind": {
"N": "Norden",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"title": "HD pictures",
"label": "HD picture",
"credit": "Picture credit:",
"examinePicture": "Exmamine picture"
"displayPicture": "Display picture"
},
"Wind": {
"N": "North",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
"title": "Foto HD",
"label": "Foto HD",
"credit": "Credito foto:",
"examinePicture": "Sfoglia foto"
"displayPicture": "Sfoglia foto"
},
"Wind": {
"N": "Nord",
Expand Down

0 comments on commit c5adb46

Please sign in to comment.