Skip to content

Commit 212e98a

Browse files
committed
Update labels for Risk Map
1 parent fbffc7c commit 212e98a

File tree

3 files changed

+4
-4
lines changed
  • app/src/components

3 files changed

+4
-4
lines changed

app/src/components/MapContainerWithDisclaimer/i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"namespace": "common",
33
"strings": {
4-
"infoLabel": "Map Sources: ICRC, UN CODs",
4+
"infoLabel": "Sources: ICRC, UN CODs",
55
"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.",
66
"copyrightMapbox":"© Mapbox",
77
"copyrightOSM":"© OpenStreetMap",
88
"downloadButtonTitle":"Download",
99
"failureToDownloadMessage":"Failed to download map. Try again.",
1010
"improveMapLabel": "Improve this map",
11-
"mapSourcesLabel": "Map Sources: ICRC, {uncodsLink}",
11+
"mapSourcesLabel": "Sources: ICRC, {uncodsLink}",
1212
"mapSourceUNCODsLabel": "UNCODs",
1313
"feedbackAriaLabel" : "Map feedback",
1414
"mapContainerMapbox": "Mapbox",

app/src/components/domain/RiskImminentEventMap/LayerOptions/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function LayerOptions(props: Props) {
9595
<div className={styles.exposedAreaInputWrapper}>
9696
<Switch
9797
// FIXME: use strings
98-
label="Exposed area"
98+
label="Exposed area to tropical storm or cyclone strength wind"
9999
name="showExposedArea"
100100
value={value.showExposedArea}
101101
onChange={setFieldValue}

app/src/components/domain/RiskImminentEvents/Gdacs/EventDetails/i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"strings": {
44
"eventStartOnLabel": "Started on",
55
"eventMoreDetailsLink": "More Details",
6-
"eventSourceLabel": "Source",
6+
"eventSourceLabel": "Forecast provider",
77
"eventDeathLabel": "Estimated deaths",
88
"eventDisplacedLabel": "Estimated number of people displaced",
99
"eventPopulationLabel": "Population exposed",

0 commit comments

Comments
 (0)