Merge pull request #38858 from devdiogenes/edit_section-translatable
fix: Make Edit Section title translatable in Print format Builder
This commit is contained in:
commit
13230516b8
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ frappe.PrintFormatBuilder = class PrintFormatBuilder {
|
|||
|
||||
// new dialog
|
||||
var d = new frappe.ui.Dialog({
|
||||
title: "Edit Section",
|
||||
title: __("Edit Section"),
|
||||
fields: [
|
||||
{
|
||||
label: __("No of Columns"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue