mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 11:25:09 +00:00
fix: Make strings translatable
Make strings translatable
This commit is contained in:
@@ -16,7 +16,7 @@ frappe.ui.form.on('Salary Structure', {
|
||||
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({
|
||||
|
||||
Reference in New Issue
Block a user