Hello,
Could you please update the "send email" to be translatable?
I took a look at the plugin files, and in job-board-managerincludesfunctionsfunctions.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').'<a class="apply-job" href="mailto:'.$job_bm_contact_email.'?subject='.get_the_title().'">Send email</a></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').'<a class="apply-job" href="mailto:'.$job_bm_contact_email.'?subject='.get_the_title().'">'.esc_html__('Send email', 'job-board-manager').'</a></div>';
Any feedback on this is appreciated,
Thank you!
Welcome to our forum.
I understand the issue, please allow me a few days, I am out of my desk, will fix the issue when back and update the plugin.
Regards