• The blocs

    <h2 class="ea-booking-title">Book an appointment</h2>
    <p class="ea-times-header">Available times \u2014 ' + calDateLabel + '</p>
    '<div class="ea-booking-summary-bar">' +
    '<span class="ea-summary-text empty">Select a date &amp; time to continue</span>' +
    '<div class="ea-new-ui-actions">' +
    '<button type="button" class="ea-btn ea-cancel" style="display:none;">Cancel</button>' +
    '<button type="button" class="ea-btn ea-submit booking-button" style="display:none;">Book appointment</button>' +
    '</div>' +
    '</div>'

    Are created in JS, so we can’t translate them. We can change the text directly in the JS file but it’ll be overwritten in the next update

You must be logged in to reply to this topic.