Skip to content

Commit 31a79eb

Browse files
typo
1 parent 035e8cc commit 31a79eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ class ReImportScanForm(forms.Form):
651651
label="Choose report file",
652652
allow_empty_file=True,
653653
required=False)
654-
close_old_findings = forms.BooleanField(help_text="Select if old findings in the same test that areno longer present in the report get closed as mitigated when importing.",
654+
close_old_findings = forms.BooleanField(help_text="Select if old findings in the same test that are no longer present in the report get closed as mitigated when importing.",
655655
required=False, initial=True)
656656
version = forms.CharField(max_length=100, required=False, help_text="Version that will be set on existing Test object. Leave empty to leave existing value in place.")
657657
branch_tag = forms.CharField(max_length=100, required=False, help_text="Branch or Tag that was scanned.")

0 commit comments

Comments
 (0)