Skip to content

Commit

Permalink
Merge pull request #1454 from IFRCGo/fix/labels-risk-map
Browse files Browse the repository at this point in the history
Update labels for Risk Map
  • Loading branch information
samshara authored Nov 5, 2024
2 parents fbffc7c + 212e98a commit 399232d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/components/MapContainerWithDisclaimer/i18n.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"namespace": "common",
"strings": {
"infoLabel": "Map Sources: ICRC, UN CODs",
"infoLabel": "Sources: ICRC, UN CODs",
"mapDisclaimer":"The maps used do not imply the expression of any opinion on the part of the International Federation of Red Cross and Red Crescent Societies or National Society concerning the legal status of a territory or of its authorities.",
"copyrightMapbox":"© Mapbox",
"copyrightOSM":"© OpenStreetMap",
"downloadButtonTitle":"Download",
"failureToDownloadMessage":"Failed to download map. Try again.",
"improveMapLabel": "Improve this map",
"mapSourcesLabel": "Map Sources: ICRC, {uncodsLink}",
"mapSourcesLabel": "Sources: ICRC, {uncodsLink}",
"mapSourceUNCODsLabel": "UNCODs",
"feedbackAriaLabel" : "Map feedback",
"mapContainerMapbox": "Mapbox",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function LayerOptions(props: Props) {
<div className={styles.exposedAreaInputWrapper}>
<Switch
// FIXME: use strings
label="Exposed area"
label="Exposed area to tropical storm or cyclone strength wind"
name="showExposedArea"
value={value.showExposedArea}
onChange={setFieldValue}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"strings": {
"eventStartOnLabel": "Started on",
"eventMoreDetailsLink": "More Details",
"eventSourceLabel": "Source",
"eventSourceLabel": "Forecast provider",
"eventDeathLabel": "Estimated deaths",
"eventDisplacedLabel": "Estimated number of people displaced",
"eventPopulationLabel": "Population exposed",
Expand Down

0 comments on commit 399232d

Please sign in to comment.