refactor: make description on single one line

This commit is contained in:
KerollesFathy 2025-12-09 12:50:21 +00:00
parent d07a90092f
commit e5a237fc9d

View file

@ -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.<br> \
<span class='text-muted'><strong>Note:</strong> You must set the <em>Module (for export)</em> field on Custom Field and Property Setter records before applying this filter.</span>\
<p class='alert alert-warning'> <strong>Warning:</strong> Customizations from other modules will be excluded.</p>\
"
"Export only customizations assigned to the selected module.<br><span class='text-muted'><strong>Note:</strong> You must set the <em>Module (for export)</em> field on Custom Field and Property Setter records before applying this filter.</span><p class='alert alert-warning'> <strong>Warning:</strong> Customizations from other modules will be excluded.</p>"
),
default: 0,
},