mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-19 03:17:55 +00:00
Merge pull request #25521 from ernestoruiz89/patch-4
fix: Make strings translatable
This commit is contained in:
@@ -16,11 +16,11 @@ 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({
|
||||
title: 'Condition and Formula Help',
|
||||
title: __('Condition and Formula Help'),
|
||||
fields: [
|
||||
{
|
||||
fieldname: 'msg_wrapper',
|
||||
|
||||
Reference in New Issue
Block a user