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: .changeset/wet-penguins-approve.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,4 @@ Update FDRS data in Country / Context and Structure / NS indicators
6
6
7
7
- Add separate icon for each field for data year
8
8
- Use separate icon for disaggregation
9
+
- Update descriptions on dref import template (more details on *Missing / to be implemented* section in https://github.com/IFRCGo/go-web-app/pull/1434#issuecomment-2459034932)
Copy file name to clipboardExpand all lines: app/src/views/AccountMyFormsDref/DownloadImportTemplateButton/DownloadImportTemplateModal/useImportTemplateSchema.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -608,7 +608,7 @@ function useImportTemplateSchema() {
608
608
type: 'input',
609
609
validation: 'number',
610
610
label: 'Estimated number of <b>People on the move</b> (if any)',
611
-
description: '<i>Percentage, e.g. XX%.</i>',
611
+
description: '<i>Number, e.g. XX,XXX.</i>',
612
612
},
613
613
614
614
risk_security: {
@@ -671,6 +671,7 @@ function useImportTemplateSchema() {
671
671
type: 'input',
672
672
validation: 'number',
673
673
label: '<b>Requested Amount in CHF</b>',
674
+
description: 'General funding requested to fund the interventions.',
0 commit comments