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, },