fix: Add transtlation function to strings
Add transtlation function to strings
This commit is contained in:
parent
e7895cea71
commit
66250351d2
@ -16,11 +16,11 @@ 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({
|
||||||
title: 'Condition and Formula Help',
|
title: __('Condition and Formula Help'),
|
||||||
fields: [
|
fields: [
|
||||||
{
|
{
|
||||||
fieldname: 'msg_wrapper',
|
fieldname: 'msg_wrapper',
|
||||||
|
Loading…
Reference in New Issue
Block a user