• Resolved Mon Coach WP

    (@khahina)


    Hye,

    The calendar modal title isn’t translating

    Chain is present in po mo but domain is not in preview-date-modal.php :

    <div class="em-modal-title">
    				<?php echo sprintf(esc_html__('Events on %s',), $EM_DateTime->formatDefault(false)); ?>
    			</div>

    might be :

    <div class="em-modal-title">
    				<?php echo sprintf(esc_html__('Events on %s','events-manager'), $EM_DateTime->formatDefault(false)); ?>
    			</div>
    

    Thank you

    • This topic was modified 2 years, 10 months ago by Mon Coach WP.

The topic ‘modal title note translating ready’ is closed to new replies.