diff --git a/frappe/custom/doctype/customize_form/customize_form.js b/frappe/custom/doctype/customize_form/customize_form.js
index 5d6b2ace2e..ed8f412d16 100644
--- a/frappe/custom/doctype/customize_form/customize_form.js
+++ b/frappe/custom/doctype/customize_form/customize_form.js
@@ -270,7 +270,10 @@ frappe.ui.form.on("Customize Form", {
fieldname: "apply_module_export_filter",
label: __("Apply Module Export Filter"),
description: __(
- "Apply Module (for export) filter while exporting customizations."
+ "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, },