Skip to content

Commit e0453cb

Browse files
authored
ORV2-5204: FE: Update text in various info boxes in STOS permit form (#2203)
1 parent 5a32dde commit e0453cb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

frontend/src/common/constants/bannerMessages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const BANNER_MESSAGES = {
3131
"Rejected applications appear in Applications in Progress.",
3232
APPLICATION_NOTES:
3333
"Application notes can provide additional details to the Provincial Permit Centre when submitting a permit application for review.",
34-
APPLICATION_NOTES_EXAMPLE: "e.g. Use the credit account for payment.",
34+
APPLICATION_NOTES_EXAMPLE: "e.g. For extraordinary load approval AB1234",
3535
APPLICATION_NOTES_INFO:
3636
"Application notes will not appear on the permit document.",
3737
HIGHWAY_SEQUENCES: {

frontend/src/features/permits/pages/Application/components/form/TripDetailsSection/HighwaySequences.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ export const HighwaySequences = ({
115115
and the
116116
<CustomExternalLink
117117
className="highways-link"
118-
href={ONROUTE_WEBPAGE_LINKS.HEIGHT_CLEARANCE_TOOL}
118+
href={ONROUTE_WEBPAGE_LINKS.COMMERCIAL_VEHICLE_ROUTING_TOOL}
119119
openInNewTab={true}
120120
withLinkIcon={true}
121121
>
122122
<span className="highways-link__title">
123-
Height Clearance Tool
123+
Commercial Vehicle Routing Tool
124124
</span>
125125
</CustomExternalLink>
126126
to build your sequence.

frontend/src/routes/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,6 @@ export const ONROUTE_WEBPAGE_LINKS = {
227227
"https://www2.gov.bc.ca/gov/content/governments/organizational-structure/ministries-organizations/ministries/citizens-services/servicebc#locations",
228228
LIST_OF_BC_HIGHWAYS:
229229
"https://www2.gov.bc.ca/gov/content/transportation/transportation-reports-and-reference/reference-information/numbered-routes",
230+
COMMERCIAL_VEHICLE_ROUTING_TOOL: "https://twm.th.gov.bc.ca/?c=cvrt",
230231
HEIGHT_CLEARANCE_TOOL: "https://www.drivebc.ca/cvrp/?c=hct",
231232
};

0 commit comments

Comments
 (0)