Skip to content

Commit

Permalink
Merge pull request #38410 from frappe/mergify/bp/version-14-hotfix/pr…
Browse files Browse the repository at this point in the history
…-38165

fix: make create button translatable (backport #38165)
  • Loading branch information
rohitwaghchaure authored Nov 29, 2023
2 parents d0224ce + c71b31e commit 72db68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/public/js/communication.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ frappe.ui.form.on("Communication", {
frappe.confirm(__(confirm_msg, [__("Issue")]), () => {
frm.trigger('make_issue_from_communication');
})
}, "Create");
}, __("Create"));
}

if(!in_list(["Lead", "Opportunity"], frm.doc.reference_doctype)) {
Expand Down

0 comments on commit 72db68d

Please sign in to comment.