commit | 76e1e68cf4d3bcbc29a8061c53e31c1960230071 | [log] [tgz] |
---|---|---|
author | Ernesto Ruiz <ernesto_ruiz89@hotmail.com> | Thu Apr 29 08:24:56 2021 -0600 |
committer | GitHub <noreply@github.com> | Thu Apr 29 08:24:56 2021 -0600 |
tree | 78ef5d73912bbf559a9be0dc611a8f0cc77f0ae5 | |
parent | 090177494dbc4bd6477c7783ee5eaa6113726658 [diff] |
fix: Make strings translatable Make strings translatable
diff --git a/erpnext/payroll/doctype/salary_structure/salary_structure.js b/erpnext/payroll/doctype/salary_structure/salary_structure.js index 44368a6..d5c20dc 100755 --- a/erpnext/payroll/doctype/salary_structure/salary_structure.js +++ b/erpnext/payroll/doctype/salary_structure/salary_structure.js
@@ -16,7 +16,7 @@ onload: function(frm) { let help_button = $(`<a class = 'control-label'> - ${__(Condition and Formula Help)} + ${__("Condition and Formula Help")} </a>`).click(()=>{ let d = new frappe.ui.Dialog({