diff --git a/frontend/src/components/housing/enquiry/EnquiryIntakeConfirmation.vue b/frontend/src/components/housing/enquiry/EnquiryIntakeConfirmation.vue index 1f2afd66..095b6de0 100644 --- a/frontend/src/components/housing/enquiry/EnquiryIntakeConfirmation.vue +++ b/frontend/src/components/housing/enquiry/EnquiryIntakeConfirmation.vue @@ -25,10 +25,10 @@ const { > Your enquiry has been successfully submitted. -

Confirmation ID: {{ assignedActivityId }}

+

Enquiry ID: {{ assignedActivityId }}

Your submission will be reviewed and you will be contacted by your Housing Navigator in 2 business days. Please - check your email for the confirmation email and keep the confirmation ID for future reference. + check your email for the confirmation email and keep the enquiry ID for future reference.
isRelated === BasicResponse.YES, - then: (schema) => schema.required().max(255).label('Confirmation ID'), - otherwise: (schema) => schema.notRequired().label('Confirmation ID') + then: (schema) => schema.required().max(255).label('Project ID'), + otherwise: (schema) => schema.notRequired().label('Project ID') }), enquiryDescription: string().required().label('Enquiry'), applyForPermitConnect: string() @@ -341,11 +341,11 @@ onBeforeMount(async () => {