Skip to content

Commit f17088f

Browse files
abhishek-dereglen-aotpraju-aotbcgov-brwangcberg-aot
authored
Orv2 3483 update business b ce id claim account challenge 7 years to 2 years (#1834)
Co-authored-by: glen-aot <[email protected]> Co-authored-by: GlenAOT <[email protected]> Co-authored-by: praju-aot <[email protected]> Co-authored-by: bcgov-brwang <[email protected]> Co-authored-by: cberg-aot <[email protected]> Co-authored-by: Praveen Raju <[email protected]> Co-authored-by: Krishnan Subramanian <[email protected]> Co-authored-by: zgong-gov <[email protected]> Co-authored-by: Chris Berg <[email protected]> Co-authored-by: John Fletcher <[email protected]>
1 parent b99eff3 commit f17088f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

frontend/src/common/constants/bannerMessages.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export const BANNER_MESSAGES = {
1717
INELIGIBLE_SUBTYPES:
1818
"If you are creating a new vehicle, a desired Vehicle Sub-Type may not be available because it is not eligible for the permit application you are currently in.",
1919
},
20-
ISSUED_PERMIT_NUMBER_7_YEARS:
21-
"Enter any Permit No. issued to the above Client No. in the last 7 years",
20+
ISSUED_PERMIT_NUMBER_2_YEARS:
21+
"Enter any Permit No. issued to the above Client No. in the last 2 years",
2222
SELECT_VEHICLES_LOA:
2323
"Only vehicles in the Vehicle Inventory can be designated to LOA(s).",
2424
SELECT_VEHICLES_LOA_INFO:

frontend/src/features/homePage/welcome/WelcomePage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export const WelcomePage = React.memo(() => {
180180
Has this company purchased a commercial vehicle
181181
</div>
182182
<div style={{ alignSelf: "center", marginTop: "0px" }}>
183-
permit in the last 7 years?
183+
permit in the last 2 years?
184184
</div>
185185
<Container>
186186
<Stack direction="row" spacing={3}>

frontend/src/features/wizard/subcomponents/VerifyMigratedClientForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const VerifyMigratedClientForm = () => {
2828

2929
<InfoBcGovBanner
3030
className="create-profile-section create-profile-section--info"
31-
msg={BANNER_MESSAGES.ISSUED_PERMIT_NUMBER_7_YEARS}
31+
msg={BANNER_MESSAGES.ISSUED_PERMIT_NUMBER_2_YEARS}
3232
/>
3333

3434
<CustomFormComponent

0 commit comments

Comments
 (0)