“Send email” Translatable

Ticket for: Job Board Manager
0
"Send email" Translatable 1
Dragos Rada
Feb 26, 2019 08:09 PM 1 Answers
Member Since Feb 2019
Subscribed Subscribe Not subscribe
Flag(0)

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!

2 Subscribers
"Send email" Translatable 1
"Send email" Translatable 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
"Send email" Translatable 4
PickPlugins
Feb 26, 2019
Flag(0)

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

Sign in to Reply
Replying as Submit