mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Updated translations (Thank you!)
Added German translation - Thank you Daniel Made strings in appointment screen translatable
This commit is contained in:
@@ -216,7 +216,7 @@ else if(isset($_GET['respondent_id']))
|
||||
<input type="hidden" name="year" value="<?php print $year; ?>"/>
|
||||
<input type="hidden" name="respondent_id" value="<?php print $respondent_id; ?>"/>
|
||||
<input type="hidden" name="contact_phone_id" value="<?php print $contact_phone_id; ?>"/>
|
||||
<input type="submit" value="Make appointment"/></p>
|
||||
<input type="submit" value="<?php echo TQ_("Schedule Appointment"); ?>"/></p>
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user