Merge pull request #25521 from ernestoruiz89/patch-4

fix: Make strings translatable
This commit is contained in:
Deepesh Garg
2021-04-30 12:58:26 +05:30
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -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',