Merge pull request #38858 from devdiogenes/edit_section-translatable

fix: Make Edit Section title translatable in Print format Builder
This commit is contained in:
Kerolles Fathy 2026-04-24 01:09:43 +03:00 committed by GitHub
commit 13230516b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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