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!
!["Send email" Translatable 1 "Send email" Translatable 1](https://pickplugins.com/wp-content/litespeed/avatar/6f7909d8143a51fd8e6577b1df85d088.jpg?ver=1738588748)
!["Send email" Translatable 3 "Send email" Translatable 3](https://pickplugins.com/wp-content/litespeed/avatar/978ff02cf6cfb3e60ade623dd6942a3a.jpg?ver=1738285744)
!["Send email" Translatable 4 "Send email" Translatable 4](https://pickplugins.com/wp-content/litespeed/avatar/60b037d2fe05ceb39acb7f02dbd29bd8.jpg?ver=1738285093)
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