• Hello,

    Could you please update the “send email” to be translatable?

    I took a look at the plugin files, and in job-board-manager\includes\functions\functions.php on line 675 you have this

    $apply_method_html[‘direct_email’] = ‘<div class=”side-meta”><i class=”fa fa-envelope-o”></i> ‘.__(‘Apply via email :’,’job-board-manager’).’Send email</div>’;

    And to be translatable, it should be something like the bellow?

    $apply_method_html[‘direct_email’] = ‘<div class=”side-meta”><i class=”fa fa-envelope-o”></i> ‘.__(‘Apply via email :’,’job-board-manager’).’‘.esc_html__(‘Send email’, ‘job-board-manager’).’</div>’;

    Any feedback on this is appreciated,
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for point the issue,

    We should fix and update the plugin, i am out of my desk now, i will update soon.

    Regards

    Plugin Author PickPlugins

    (@pickplugins)

    Hi, i have fixed and updated plugin,
    Please update version 2.0.30 and let me know the result.

    REgards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Small translations’ is closed to new replies.