Added the translation to the book appointment link in wizard

This commit is contained in:
chris.pichardo 2015-10-06 17:22:41 -04:00
parent d5481cdeb8
commit 5c55272fed

View file

@ -44,7 +44,8 @@
<?php
echo '<h3>' . $this->lang->line('appointment_registered') . '</h3>';
echo '<p>' . $this->lang->line('appointment_details_was_sent_to_you') . '</p>';
echo '<p><a href="'.$this->config->item('base_url').'">Book a new appointment</a></p>';
echo '<a href="'.$this->config->item('base_url').'" class="btn btn-primary btn-large">
<span class="glyphicon glyphicon-calendar"></span>'.$this->lang->line('go_to_booking_page').'</a>';
if ($this->config->item('ea_google_sync_feature')) {
echo '