Skip to content

Commit e27758b

Browse files
authored
Merge pull request #2330 from IFRCGo/project/email-alerts
Email Alerts
2 parents 6b8e8b8 + b8e7c9a commit e27758b

16 files changed

Lines changed: 1110 additions & 14 deletions

File tree

.changeset/orange-shirts-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"go-web-app": minor
3+
---
4+
5+
Add notification preferences for email alerts under account settings
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"namespace": "subscriptionModal",
3+
"strings": {
4+
"addSubscriptionHeading": "New subscription",
5+
"editSubscriptionHeading": "Edit subscription",
6+
"earthquakeLabel": "Earthquake",
7+
"cycloneLabel": "Cyclone",
8+
"floodLabel": "Flood",
9+
"updateButtonLabel": "Save",
10+
"cancelButtonLabel": "Cancel",
11+
"subscriptionTitleLabel": "Enter subscription title",
12+
"subscriptionTitlePlaceholder": "e.g. Nepal Flood",
13+
"alertPerDayDescription": "Choose how many alerts (emails) you wish to receive in a day.",
14+
"alertPerDayLabel": "Alerts per day",
15+
"regionSelectionHeading": "Regions/Countries",
16+
"regionSelectionDescription": "Select regions or countries for which you’d like to receive alerts. If you select a country, your regional selection will be void. This selection will apply to the options below.",
17+
"hazardTypeHeading": "Disaster Types",
18+
"hazardTypeDescription": "Select disaster types for which you'd like to receive alerts",
19+
"updateFailureMessage": "Failed to update subscription.",
20+
"updateSuccessMessage": "Successfully updated subscription.",
21+
"createFailureMessage": "Failed to create subscription.",
22+
"createSuccessMessage": "Successfully created subscription.",
23+
"countriesSelectedLabel": "{numCountries} {countryLabel} selected",
24+
"countryLabelSingular": "country",
25+
"countryLabelPlural": "countries",
26+
"unlimitedOptionValue": "No limit"
27+
}
28+
}

0 commit comments

Comments
 (0)