refactor: make description on single one line
This commit is contained in:
parent
d07a90092f
commit
e5a237fc9d
1 changed files with 1 additions and 4 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue