File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
features/permits/pages/Application/components/form/TripDetailsSection Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments