Skip to content

Commit 3df3b0c

Browse files
mavoInfsbraun
andauthored
Update djangocms_frontend/contrib/modal/forms.py
Co-authored-by: Fabian Braun <[email protected]>
1 parent 20074d4 commit 3df3b0c

File tree

1 file changed

+1
-1
lines changed
  • djangocms_frontend/contrib/modal

1 file changed

+1
-1
lines changed

djangocms_frontend/contrib/modal/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class Meta:
111111
modal_static = forms.BooleanField(
112112
label=_("Static backdrop"),
113113
required=False,
114-
help_text=_("Disable scrolling in the container."),
114+
help_text=_("If selected, the modal will not close when clicking outside of it."),
115115
)
116116

117117
modal_scrollable = forms.BooleanField(

0 commit comments

Comments
 (0)