From 69169a6d5db62beb59fd71cf7626156982fa264a Mon Sep 17 00:00:00 2001 From: Sanjay Babu Date: Tue, 17 Dec 2024 09:50:45 -0800 Subject: [PATCH] FE wording changes --- .../housing/enquiry/EnquiryIntakeConfirmation.vue | 4 ++-- .../components/housing/enquiry/EnquiryIntakeForm.vue | 10 +++++----- .../housing/enquiry/EnquiryListNavigator.vue | 3 ++- .../housing/enquiry/EnquiryListProponent.vue | 2 +- .../components/housing/submission/SubmissionForm.vue | 4 ++-- .../housing/submission/SubmissionListNavigator.vue | 4 ++-- frontend/src/locales/en-CA.json | 4 ++-- frontend/src/utils/templates.ts | 8 ++++---- .../views/housing/enquiry/EnquiryConfirmationView.vue | 4 ++-- frontend/src/views/housing/project/ProjectView.vue | 2 +- .../housing/submission/SubmissionConfirmationView.vue | 4 ++-- 11 files changed, 25 insertions(+), 24 deletions(-) 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 () => {