File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<template >
2- <div class =" tcs-enquiry-button " >
3- <router-link :to =" {name: 'enquiry-modal'}" class =" tcs-button" >
2+ <div class =" tcs-enquiry-modal " >
3+ <router-link :to =" {name: 'enquiry-modal'}" class =" tcs-button tcs-enquiry-button " >
44 {{ $root.config.enquiry_button }}
55 </router-link >
66 <router-view ></router-view >
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ const ConfiguredVueRouter = config => {
6565const STRINGS = {
6666 skills_label : 'Skills' ,
6767 contractor_enquiry_message : 'Please enter your details below to enquire about tutoring with {contractor_name}.' ,
68- enquiry_message : 'Please enter your details below and we will get in touch with you directly .' ,
68+ enquiry_message : 'Please enter your details below and we will get in touch with you shortly .' ,
6969 contractor_enquiry_button : 'Contact {contractor_name}' ,
7070 contractor_details_button : 'Show Profile' ,
7171 submit_enquiry : 'Submit Enquiry' ,
You can’t perform that action at this time.
0 commit comments