fix: Make strings translatable

Make strings translatable
This commit is contained in:
Ernesto Ruiz 2021-04-29 08:24:56 -06:00 committed by GitHub
parent 090177494d
commit 76e1e68cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ frappe.ui.form.on('Salary Structure', {
onload: function(frm) { onload: function(frm) {
let help_button = $(`<a class = 'control-label'> let help_button = $(`<a class = 'control-label'>
${__(Condition and Formula Help)} ${__("Condition and Formula Help")}
</a>`).click(()=>{ </a>`).click(()=>{
let d = new frappe.ui.Dialog({ let d = new frappe.ui.Dialog({