fix: Make Edit Section title translatable in Print format Builder

This commit is contained in:
devdiogenes 2026-04-23 19:47:39 +00:00
parent 25c95c7f9d
commit 984ebe5ae7

View file

@ -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"),