Skip to content

Commit 91c81fc

Browse files
committed
Tweaked wording regarding hosted booking engine hand-off
1 parent 91f8dba commit 91c81fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

step4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
// Hand off to standard booking engine
6565
if(!empty($result->booking->booking_engine_url)) {
6666
?>
67-
<p>Or <a href="<?php echo $result->booking->booking_engine_url; ?>" target="_blank">jump in to the hosted booking engine to complete this booking</a><br />(if you were building a hand-off to the hosted booking engine for real you would probably have skipped the customer name collection on the previous page).</p>
67+
<p>Or <a href="<?php echo $result->booking->booking_engine_url; ?>" target="_blank">hand off to the hosted booking engine to complete this booking</a><br />(if you were building a hand-off to the hosted booking engine for real you would probably have skipped the customer name collection on the previous page).</p>
6868
<?php
6969
}
7070
?>

0 commit comments

Comments
 (0)