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 9490294 commit be53926Copy full SHA for be53926
1 file changed
scanpipe/forms.py
@@ -553,7 +553,7 @@ class ProjectSettingsForm(forms.ModelForm):
553
label="Max file size to scan",
554
required=False,
555
help_text=(
556
- "Maximum file size in bytes which should be skipped from scanning."
+ "Maximum file size in bytes which should be skipped from scanning. "
557
"File size is in bytes. Example: 5 MB is 5242880 bytes."
558
),
559
widget=forms.NumberInput(attrs={"class": "input"}),
0 commit comments