Skip to content

Commit 5146eca

Browse files
committed
Update descriptions on the dref import template
1 parent 478e73b commit 5146eca

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

app/src/views/AccountMyFormsDref/DownloadImportTemplateButton/DownloadImportTemplateModal/useImportTemplateSchema.ts

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function useImportTemplateSchema() {
234234
optionsKey: '__boolean',
235235
validation: 'boolean',
236236
description: (
237-
'Indicate only if there was a similar event affecting the same area in the last 3 years.\n'
237+
'Indicate only if it affected the same population groups\n'
238238
+ 'Otherwise, leave the box empty.'
239239
),
240240
},
@@ -245,7 +245,7 @@ function useImportTemplateSchema() {
245245
optionsKey: '__boolean',
246246
validation: 'boolean',
247247
description: (
248-
'Indicate only if there was a similar event affecting the same area in the last 3 years.\n'
248+
'Indicate only if the national society responded\n'
249249
+ 'Otherwise, leave the box empty.'
250250
),
251251
},
@@ -255,7 +255,7 @@ function useImportTemplateSchema() {
255255
label: '<i>If yes, please specify which operations</i>',
256256
validation: 'string',
257257
description: (
258-
'Indicate only if there was a similar event affecting the same area in the last 3 years.\n'
258+
'Indicate only if the national society requested funding from DREF for that event(s).\n'
259259
+ 'Otherwise, leave the box empty.'
260260
),
261261
},
@@ -465,6 +465,17 @@ function useImportTemplateSchema() {
465465
),
466466
},
467467

468+
major_coordination_mechanism: {
469+
type: 'input',
470+
validation: 'textArea',
471+
label: 'Major coordination mechanism',
472+
description: (
473+
'List coordination mechanisms/platform in place at local/district and national level. Indicate the lead authorities/agencies. How the National Society is involved/positioned in this coordination. Does the NS in any lead/co-lead role? Any identified gap/overlap in the coordination (e.g., sector missing…)?\n'
474+
+ 'Indicate only if there are major coordination mechanism in place\n'
475+
+ 'Otherwise, leave the box empty.'
476+
),
477+
},
478+
468479
needs_identified: {
469480
type: 'list',
470481
label: 'Needs (Gaps) Identified',

0 commit comments

Comments
 (0)