From e5a237fc9d99e5e0fa257e8afb577ba624b83931 Mon Sep 17 00:00:00 2001 From: KerollesFathy Date: Tue, 9 Dec 2025 12:50:21 +0000 Subject: [PATCH] refactor: make description on single one line --- frappe/custom/doctype/customize_form/customize_form.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frappe/custom/doctype/customize_form/customize_form.js b/frappe/custom/doctype/customize_form/customize_form.js index ed8f412d16..2bfd8d908f 100644 --- a/frappe/custom/doctype/customize_form/customize_form.js +++ b/frappe/custom/doctype/customize_form/customize_form.js @@ -270,10 +270,7 @@ frappe.ui.form.on("Customize Form", { fieldname: "apply_module_export_filter", label: __("Apply Module Export Filter"), description: __( - "Export only customizations assigned to the selected module.
\ - Note: You must set the Module (for export) field on Custom Field and Property Setter records before applying this filter.\ -

Warning: Customizations from other modules will be excluded.

\ - " + "Export only customizations assigned to the selected module.
Note: You must set the Module (for export) field on Custom Field and Property Setter records before applying this filter.

Warning: Customizations from other modules will be excluded.

" ), default: 0, },