Skip to content

Commit be53926

Browse files
fix missing space in scan_max_file_size help text (#2097)
Signed-off-by: Rishabh Rohil <rishabhrohil024@gmail.com>
1 parent 9490294 commit be53926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scanpipe/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ class ProjectSettingsForm(forms.ModelForm):
553553
label="Max file size to scan",
554554
required=False,
555555
help_text=(
556-
"Maximum file size in bytes which should be skipped from scanning."
556+
"Maximum file size in bytes which should be skipped from scanning. "
557557
"File size is in bytes. Example: 5 MB is 5242880 bytes."
558558
),
559559
widget=forms.NumberInput(attrs={"class": "input"}),

0 commit comments

Comments
 (0)