You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/views/AccountMyFormsDref/DownloadImportTemplateButton/DownloadImportTemplateModal/useImportTemplateSchema.ts
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -592,56 +592,56 @@ function useImportTemplateSchema() {
592
592
type: 'input',
593
593
validation: 'number',
594
594
label: 'Targeted Population: <b>Women</b>',
595
-
description: '<i>Number, e.g. XX,XXX.</i>',
595
+
description: '<i>Number, e.g. XX,XXX.</i> If 0, leave the box empty.',
596
596
},
597
597
598
598
men: {
599
599
type: 'input',
600
600
validation: 'number',
601
601
label: 'Targeted Population: <b>Men</b>',
602
-
description: '<i>Number, e.g. XX,XXX.</i>',
602
+
description: '<i>Number, e.g. XX,XXX.</i> If 0, leave the box empty.',
Copy file name to clipboardExpand all lines: app/src/views/DrefFinalReportForm/EventDetail/i18n.json
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,6 @@
29
29
"drefFormEstimatedPeopleInNeed": "Estimated people in need (Optional)",
30
30
"drefFormPeopleInNeed": "People in need (Optional)",
31
31
"drefFormPeopleInNeedDescriptionImminent": "Include all those whose physical security, basic rights, dignity, living conditions or livelihoods are threatened or have been disrupted, and whose current level of access to basic services, goods and social protection will be inadequate to re-establish normal living conditions without additional assistance",
32
-
"drefFormPeopleAssisted": "Number of people assisted",
33
-
"drefFormPeopleAssistedDescription": "Include all those whose the National Society assisted",
34
32
"drefFormPeopleInNeedDescriptionSlowSudden": "People in Need (PIN) are those members whose physical security, basic rights, dignity, living conditions or livelihoods are threatened or have been disrupted, and whose current level of access to basic services, goods and social protection is inadequate to re-establish normal living conditions without additional assistance.",
35
33
"drefFormSourceInformationAddButton": "Add New Source Information",
"drefFormEstimatedDisplacedPeople": "Estimated Number of People on the move (if any)",
@@ -66,7 +66,7 @@
66
66
"drefFormEstimatedUrban": "Urban",
67
67
"drefFormEstimatePeopleDisability": "Estimated Percentage People with Disability",
68
68
"drefFormEstimateResponse": "Estimate",
69
-
"drefFormGirls": "Girls (under 18)",
69
+
"drefFormGirls": "Assisted Girls (under 18)",
70
70
"drefFormInterventionsLabel": "Select the interventions that apply.",
71
71
"finalReportTotalAllocation": "Total DREF Allocation",
72
72
"drefFinalReportRequestAmountDescription": "General funding requested to fund the interventions. List specific activities that will be carried out as part of the intervention in each sector. The activities should directly address the identified needs and align with the operation’s strategic objectives.",
@@ -77,7 +77,10 @@
77
77
"drefFinalReportRequestAmountDescriptionPoint4": "Consider the type of indicator unit. For example, it’s often simpler and clearer to track and report on the “number of people” rather than a “percentage of people.”",
78
78
"drefFinalReportRequestAmountDescriptionPoint5": "For each indicator, set a target. This helps track progress and measure whether the operation is achieving its key objectives, making it easier to report results later on.",
0 commit comments