We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff78be4 commit 515277aCopy full SHA for 515277a
djangocms_frontend/contrib/image/forms.py
@@ -149,12 +149,12 @@ class Meta:
149
use_crop = forms.BooleanField(
150
label=_("Crop image"),
151
required=False,
152
- help_text=_("Crops the image according to the thumbnail settings provided in the template."),
+ help_text=_("Crops the image rather than resizing"),
153
)
154
use_upscale = forms.BooleanField(
155
label=_("Upscale image"),
156
157
- help_text=_("Upscales the image to the size of the thumbnail settings in the template."),
+ help_text=_("Allows the image to be upscaled beyond its original size."),
158
159
use_responsive_image = forms.ChoiceField(
160
label=_("Use responsive image"),
0 commit comments