Skip to content

Commit 1f52cb2

Browse files
committed
x
1 parent b285f1f commit 1f52cb2

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
@@ -533,7 +533,7 @@ class ImportScanForm(forms.Form):
533533
# Close Old Findings has changed. The default is engagement only, and it requires a second flag to expand to the product scope.
534534
# Exposing the choice as two different check boxes.
535535
# If 'close_old_findings_product_scope' is selected, the backend will ensure that both flags are set.
536-
close_old_findings = forms.BooleanField(help_text="Old findings no longer present in the new report get closed as mitigated when importing. "
536+
close_old_findings = forms.BooleanField(help_text="xOld findings no longer present in the new report get closed as mitigated when importing. "
537537
"If service has been set, only the findings for this service will be closed. "
538538
"This only affects findings within the same engagement.",
539539
label="Close old findings within this engagement",

0 commit comments

Comments
 (0)