Skip to content

Commit 6d93786

Browse files
authored
Merge pull request #1862 from IFRCGo/fix/dref-field-label
Hotfix: Update field in dref form and export
2 parents fb1dd54 + 2f70c13 commit 6d93786

File tree

3 files changed

+33
-4
lines changed

3 files changed

+33
-4
lines changed

app/src/views/DrefFinalReportExport/i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"hasChildProtectionPolicy": "Does your National Society have child protection/child safeguarding policy?",
2323
"hasWhistleblowerProtectionPolicy": "Does your National Society have whistleblower protection policy?",
2424
"hasAntiSexualHarassmentPolicy": "Does your National Society have anti-sexual harassment policy?",
25-
"peopleAssistedLabel": "Total Population Assisted",
25+
"peopleAssistedLabel": "Total Assisted Population",
2626
"peopleSuffix": " people",
2727
"operationStartDateLabel": "Operation Start Date",
2828
"operationTimeframeLabel": "Total Operating Timeframe",
@@ -63,7 +63,7 @@
6363
"girlsLabel": "Assisted Girls (under 18)",
6464
"menLabel": "Assisted Men",
6565
"boysLabel": "Assisted Boys (under 18)",
66-
"targetedPopulationLabel": "Total targeted population",
66+
"targetedPopulationLabel": "Total Targeted Population",
6767
"ruralLabel": "Rural",
6868
"urbanLabel": "Urban",
6969
"peopleWithDisabilitiesLabel": "People with disabilities (estimated)",

app/src/views/DrefFinalReportForm/Operation/i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"drefFormSelectionCriteriaDescription": "Explain the rational and logic behind which groups are being targeted and why and address vulnerable groups",
5454
"drefFormTargetedPopulation": "Assisted Population",
5555
"drefFormTargetingStrategy": "Targeting Strategy",
56-
"drefFormTotal": "Total Population",
56+
"drefFormTotal": "Total Targeted Population",
5757
"drefFormWomen": "Assisted Women",
5858
"drefFormResponseAddButton": "Add",
5959
"drefFormAssistedPopulation": "Total Assisted Population",
@@ -79,7 +79,7 @@
7979
"drefFormUploadTargetingSupportingDescription": "Financial report file types: pdf",
8080
"drefFormMen": "Assisted Men",
8181
"drefFormPeopleAssistedDescription": "Include all those whose the National Society assisted",
82-
"drefFormPeopleAssisted": "Total population assisted",
82+
"drefFormPeopleAssisted": "Total Assisted Population",
8383
"drefFormOperationClickEmergencyResponseFramework": "Click to view Emergency Response Framework",
8484
"drefFinalReportTotalTargeted": "Total assisted population is not equal to sum of other population fields"
8585
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"parent": "000035-1749556447119.json",
3+
"actions": [
4+
{
5+
"action": "update",
6+
"key": "peopleAssistedLabel",
7+
"namespace": "drefFinalReportExport",
8+
"newValue": "Total Assisted Population"
9+
},
10+
{
11+
"action": "update",
12+
"key": "targetedPopulationLabel",
13+
"namespace": "drefFinalReportExport",
14+
"newValue": "Total Targeted Population"
15+
},
16+
{
17+
"action": "update",
18+
"key": "drefFormPeopleAssisted",
19+
"namespace": "drefFinalReportForm",
20+
"newValue": "Total Assisted Population"
21+
},
22+
{
23+
"action": "update",
24+
"key": "drefFormTotal",
25+
"namespace": "drefFinalReportForm",
26+
"newValue": "Total Targeted Population"
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)