|
16 | 16 | <br /> |
17 | 17 | <p> |
18 | 18 | <b> |
19 | | - This reference request is for {{ cleanPreferredName(wizardStore.wizardData.applicantFirstName, wizardStore.wizardData.applicantLastName) }}. If |
| 19 | + This reference request is for {{ cleanPreferredName(wizardStore.wizardData.referenceFirstName, wizardStore.wizardData.referenceLastName) }}. If |
20 | 20 | you are not {{ cleanPreferredName(wizardStore.wizardData.referenceFirstName, wizardStore.wizardData.referenceLastName) }}, please select "No" |
21 | 21 | below and “Other” on the following page. |
22 | 22 | </b> |
|
25 | 25 |
|
26 | 26 | <h2 class="mb-5">Information you'll need</h2> |
27 | 27 | <p> |
28 | | - It should take about 5 minutes to enter your reference. Make sure you get together all the information you need before you continue. If you're not |
29 | | - ready now, you can come back later using the link in your email. |
| 28 | + It should take about 5 minutes to enter your reference. Make sure you gather all the information you need before you continue. If you're not ready |
| 29 | + now, you can come back later using the link in your email. |
30 | 30 | </p> |
31 | 31 | <br /> |
32 | 32 |
|
@@ -118,11 +118,11 @@ export default defineComponent({ |
118 | 118 | certificationType() { |
119 | 119 | let certificationType = "Certificate type not found"; |
120 | 120 | if (this.wizardStore.wizardData.certificationTypes?.includes(CertificationType.ECE_ASSISTANT)) { |
121 | | - certificationType = "ECE Assistant certificate"; |
| 121 | + certificationType = "ECE Assistant certification"; |
122 | 122 | } else if (this.wizardStore.wizardData.certificationTypes?.includes(CertificationType.ONE_YEAR)) { |
123 | | - certificationType = "ECE One Year certificate"; |
| 123 | + certificationType = "ECE One Year certification"; |
124 | 124 | } else if (this.wizardStore.wizardData.certificationTypes?.includes(CertificationType.FIVE_YEAR)) { |
125 | | - certificationType = "ECE Five Year certificate"; |
| 125 | + certificationType = "ECE Five Year certification"; |
126 | 126 | } |
127 | 127 | return certificationType; |
128 | 128 | }, |
|
0 commit comments