How can I change the texts in the "Verification code" popup box and the confirmation dialog before updating customer's data

Hello, 

When customers need to verify their mobile number, a popup box "Verification code" appears with the text "Enter a verification code from SMS". How can I change-translate this texts

When a customer enters contact info different from the previous order, a warning message appear asking to update the data. How can I change-translate this texts

Thank you

0

Comments

3 comments
Date Votes
  • Official comment

    Hello,

    Thank you for your message.

    You can change it in wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/modules/booking/templates/_customer_verification_code.php

    Let us know if you have any other questions. 

  • thank you very much
    with your information I manage to do it!

    0
  • my php files says:

     

    <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
    <div class="bookly-modal bookly-fade bookly-js-modal bookly-js-verification-code">
        <div class="bookly-modal-dialog">
            <div class="bookly-modal-content bookly-js-modal-content">
                <div class="bookly-modal-header">
                    <div><?php esc_html_e( 'Verification code', 'bookly' ) ?></div>
                    <button type="button" class="bookly-close bookly-js-close">×</button>
                </div>
                <div class="bookly-modal-body bookly-js-modal-body">
                    <label id="bookly-verification-code-text"></label>
                    <input type="text" id="bookly-verification-code">
                </div>
                <div class="bookly-modal-footer">
                    <button class="bookly-btn-submit" type="submit"><?php esc_html_e( 'Verify', 'bookly' ) ?></button>
                </div>
            </div>
        </div>
    </div>

    and the string i want to change is "Enter verification code from email"

    which is not here... can you help?

    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post