diff --git a/.changeset/goofy-tips-attend.md b/.changeset/goofy-tips-attend.md new file mode 100644 index 000000000..6ea2b143f --- /dev/null +++ b/.changeset/goofy-tips-attend.md @@ -0,0 +1,6 @@ +--- +"go-web-app": patch +--- + +Add Migration considerations (yes/no) to PER Overview form +Simplify Email recovery page text diff --git a/app/src/views/PerOverviewForm/i18n.json b/app/src/views/PerOverviewForm/i18n.json index b9b0aa06d..e06f94e86 100644 --- a/app/src/views/PerOverviewForm/i18n.json +++ b/app/src/views/PerOverviewForm/i18n.json @@ -24,6 +24,8 @@ "urbanConsiderationsInputDescription": "Do you want to assess the urban aspects of your National Society?", "climateAndEnvironmentalConsiderationsInputLabel": "Climate and environmental considerations", "climateAndEnvironmentalConsiderationsInputDescription": "Do you want to assess the climate and environment of your National Society?", + "migrationConsiderationsInputLabel": "Migration Considerations", + "migrationConsiderationsInputDescription": "Do you want to assess the migration aspects of your National Society?", "dateOfPreviousPerAssessmentInputLabel": "Date of previous assessment", "typeOfPreviousPerAssessmentInputLabel": "Type of previous PER assessment", "processCycleHeading": "Per Process Cycle", diff --git a/app/src/views/PerOverviewForm/index.tsx b/app/src/views/PerOverviewForm/index.tsx index acc952dc4..40d5bc9a6 100644 --- a/app/src/views/PerOverviewForm/index.tsx +++ b/app/src/views/PerOverviewForm/index.tsx @@ -588,6 +588,19 @@ export function Component() { disabled={disabled} /> + + +