Skip to content

Commit

Permalink
fix(Job Applicant): Translate dialog label (#1682)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0906abb)

# Conflicts:
#	hrms/hr/doctype/job_applicant/job_applicant.js
  • Loading branch information
cogk authored and mergify[bot] committed Apr 19, 2024
1 parent 749ce70 commit 9309497
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hrms/hr/doctype/job_applicant/job_applicant.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@ frappe.ui.form.on("Job Applicant", {
options: 'Interview Round'
},
],
<<<<<<< HEAD
primary_action_label: 'Create Interview',
=======
primary_action_label: __("Create Interview"),
>>>>>>> 0906abb30 (fix(Job Applicant): Translate dialog label (#1682))
primary_action(values) {
frm.events.create_interview(frm, values);
d.hide();
Expand Down

0 comments on commit 9309497

Please sign in to comment.