Skip to content

Commit

Permalink
fix(Job Applicant): Translate dialog label (backport #1682) (#1688)
Browse files Browse the repository at this point in the history
* fix(Job Applicant): Translate dialog label (#1682)

(cherry picked from commit 0906abb)

# Conflicts:
#	hrms/hr/doctype/job_applicant/job_applicant.js

* chore: fix conflicts

---------

Co-authored-by: Corentin Flr <[email protected]>
Co-authored-by: Rucha Mahabal <[email protected]>
  • Loading branch information
3 people authored Apr 19, 2024
1 parent 8afc06a commit 6ced503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrms/hr/doctype/job_applicant/job_applicant.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ frappe.ui.form.on("Job Applicant", {
options: 'Interview Round'
},
],
primary_action_label: 'Create Interview',
primary_action_label: __("Create Interview"),
primary_action(values) {
frm.events.create_interview(frm, values);
d.hide();
Expand Down

0 comments on commit 6ced503

Please sign in to comment.