Skip to content

Commit 9309497

Browse files
cogkmergify[bot]
authored andcommitted
fix(Job Applicant): Translate dialog label (#1682)
(cherry picked from commit 0906abb) # Conflicts: # hrms/hr/doctype/job_applicant/job_applicant.js
1 parent 749ce70 commit 9309497

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hrms/hr/doctype/job_applicant/job_applicant.js

+4
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@ frappe.ui.form.on("Job Applicant", {
8080
options: 'Interview Round'
8181
},
8282
],
83+
<<<<<<< HEAD
8384
primary_action_label: 'Create Interview',
85+
=======
86+
primary_action_label: __("Create Interview"),
87+
>>>>>>> 0906abb30 (fix(Job Applicant): Translate dialog label (#1682))
8488
primary_action(values) {
8589
frm.events.create_interview(frm, values);
8690
d.hide();

0 commit comments

Comments
 (0)