File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
DrefOperationalUpdateExport Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 "drefAllocationLabel" : " DREF Allocation" ,
1616 "chfPrefix" : " CHF " ,
1717 "glideNumberLabel" : " Glide Number" ,
18- "peopleAffectedLabel " : " People Affected " ,
18+ "peopleAtRiskLabel " : " People at Risk " ,
1919 "peopleTargetedLabel" : " People Targeted" ,
2020 "peopleSuffix" : " people" ,
2121 "operationStartDateLabel" : " Operation Start Date" ,
Original file line number Diff line number Diff line change @@ -697,7 +697,7 @@ export function Component() {
697697 />
698698 < TextOutput
699699 className = { styles . metaItem }
700- label = { strings . peopleAffectedLabel }
700+ label = { strings . peopleAtRiskLabel }
701701 value = { drefResponse ?. num_affected }
702702 valueType = "number"
703703 suffix = { strings . peopleSuffix }
Original file line number Diff line number Diff line change 1717 "drefAllocationLabel" : " Total DREF Allocation" ,
1818 "chfPrefix" : " CHF " ,
1919 "glideNumberLabel" : " Glide Number" ,
20- "peopleAffectedLabel " : " People Affected " ,
20+ "peopleAtRiskLabel " : " People at Risk " ,
2121 "peopleTargetedLabel" : " People Targeted" ,
2222 "hasAntiFraudPolicy" : " Does your National Society have anti-fraud and corruption policy?" ,
2323 "hasSexualAbusePolicy" : " Does your National Society have prevention of sexual exploitation and abuse policy?" ,
Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ export function Component() {
472472 ) }
473473 < TextOutput
474474 className = { styles . metaItem }
475- label = { strings . peopleAffectedLabel }
475+ label = { strings . peopleAtRiskLabel }
476476 value = { drefResponse ?. number_of_people_affected }
477477 valueType = "number"
478478 suffix = { strings . peopleSuffix }
Original file line number Diff line number Diff line change 1313 "drefAllocationLabel" : " Total DREF Allocation" ,
1414 "chfPrefix" : " CHF " ,
1515 "glideNumberLabel" : " Glide Number" ,
16- "peopleAffectedLabel " : " People Affected " ,
16+ "peopleAtRiskLabel " : " People at Risk " ,
1717 "peopleTargetedLabel" : " People Targeted" ,
1818 "reportingTimeframeStartDateLabel" : " Reporting Timeframe Start Date" ,
1919 "reportingTimeframeEndDateLabel" : " Reporting Timeframe End Date" ,
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ export function Component() {
397397 />
398398 < TextOutput
399399 className = { styles . metaItem }
400- label = { strings . peopleAffectedLabel }
400+ label = { strings . peopleAtRiskLabel }
401401 value = { drefResponse ?. number_of_people_affected }
402402 valueType = "number"
403403 suffix = { strings . peopleSuffix }
You can’t perform that action at this time.
0 commit comments