Skip to content

Commit 3d2c265

Browse files
authored
Merge pull request #243 from IFRCGo/fix/admin-1-labels
alerthub(update-label): Change Admin-1 label to Region
2 parents 7b4aec6 + 7429c7f commit 3d2c265

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

src/views/HistoricalAlerts/i18n.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
"historicalAlertTableRegionTitle":"Region",
88
"historicalAlertTableCountryTitle":"Country",
99
"historicalAlertTableActionsTitle":"Actions",
10-
"historicalAlertTableAdminsTitle":"Admin1s",
10+
"historicalAlertTableAdminsTitle":"Regions/Provinces",
1111
"historicalAlertTableSentLabel":"Sent",
1212
"tableViewAllSources": "View All Sources",
1313
"historicalAlertTitle": "IFRC Alert Hub - Historical Alerts",
1414
"historicalAlert": "Historical Alerts",
1515
"filterCountriesPlaceholder": "All Countries",
16-
"filterAdmin1Placeholder": "All Admin1",
16+
"filterAdmin1Placeholder": "All Region/Province",
1717
"filterUrgencyPlaceholder": "All Urgency Types",
1818
"filterSeverityPlaceholder": "All Severity Types",
1919
"filterCertaintyPlaceholder": "All Certainty Types",
2020
"filterCountriesLabel": "Country",
21-
"filterAdmin1Label": "Admin1",
21+
"filterAdmin1Label": "Region/Province",
2222
"filterUrgencyLabel": "Urgency Level",
2323
"filterSeverityLabel": "Severity Level",
2424
"filterCertaintyLabel": "Certainty Level",

src/views/Home/AlertFilters/i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"namespace": "alertFilters",
33
"strings": {
44
"filterCountriesPlaceholder": "All Countries",
5-
"filterAdmin1Placeholder": "All Admin1",
5+
"filterAdmin1Placeholder": "All Region/Province",
66
"filterUrgencyPlaceholder": "All Urgency Types",
77
"filterSeverityPlaceholder": "All Severity Types",
88
"filterCertaintyPlaceholder": "All Certainty Types",
99
"filterCountriesLabel": "Country",
10-
"filterAdmin1Label": "Admin1",
10+
"filterAdmin1Label": "Region/Province",
1111
"filterUrgencyLabel": "Urgency Level",
1212
"filterSeverityLabel": "Severity Level",
1313
"filterCertaintyLabel": "Certainty Level",

src/views/Home/AlertsTable/i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"alertTableRegionTitle":"Region",
88
"alertTableCountryTitle":"Country",
99
"alertTableActionsTitle":"Actions",
10-
"alertTableAdminsTitle":"Admin1s",
10+
"alertTableAdminsTitle":"Regions/Provinces",
1111
"alertTableSentLabel":"Sent",
1212
"tableViewAllSources": "View All Sources",
1313
"alertInfo": "The IFRC AlertHub shows current warnings from official alerting agencies. These warnings have a start time (when the event might happen) and an end time (when it's expected to be over). The IFRC Alert Hub shows warnings that are happening right now (their start time has already passed) but aren't finished yet (their end time hasn't come yet).",

src/views/MySubscriptions/SubscriptionDetail/i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"filterStartDateTo": "Start date To",
88
"filterEmptyMessage": "Alerts not available!",
99
"subscriptionCountry": "Country",
10-
"subscriptionAdmin1": "Admin1",
10+
"subscriptionAdmin1": "Region/Province",
1111
"subscriptionUrgency": "Urgency",
1212
"subscriptionCertainty": "Certainty",
1313
"subscriptionSeverity": "Severity",

src/views/MySubscriptions/SubscriptionTableItem/i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"strings": {
44
"subscriptionItemView": "View",
55
"subscriptionCountry": "Country",
6-
"subscriptionAdmin1": "Admin1",
6+
"subscriptionAdmin1": "Region/Province",
77
"subscriptionUrgency": "Urgency",
88
"subscriptionCertainty": "Certainty",
99
"subscriptionSeverity": "Severity",

src/views/NewSubscriptionModal/i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"createNewSubscription": "Create",
55
"sendViaEmailLabel": "Send via email",
66
"filterCountriesPlaceholder": "All Countries",
7-
"filterAdmin1Placeholder": "All Admin1",
7+
"filterAdmin1Placeholder": "All Region/Province",
88
"filterUrgencyPlaceholder": "All Urgency Types",
99
"filterSeverityPlaceholder": "All Severity Types",
1010
"filterCertaintyPlaceholder": "All Certainty Types",
1111
"filterCategoryPlaceholder": "All Category Types",
1212
"filterCategoryLabel": "Category",
1313
"filterCountriesLabel": "Country",
14-
"filterAdmin1Label": "Admin1",
14+
"filterAdmin1Label": "Region/Province",
1515
"filterUrgencyLabel": "Urgency Level",
1616
"filterSeverityLabel": "Severity Level",
1717
"filterCertaintyLabel": "Certainty Level",

0 commit comments

Comments
 (0)