Skip to content

Commit 3d0ce69

Browse files
frozenheliumAdityaKhatri
authored andcommitted
fix(dref-export): update people affected label to people at risk
1 parent 66e8193 commit 3d0ce69

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

app/src/views/DrefApplicationExport/i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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",

app/src/views/DrefApplicationExport/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

app/src/views/DrefFinalReportExport/i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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?",

app/src/views/DrefFinalReportExport/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

app/src/views/DrefOperationalUpdateExport/i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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",

app/src/views/DrefOperationalUpdateExport/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)