Skip to content

Commit 96ddf1c

Browse files
authored
Consistent "Close old findings" between UI and API (#12774)
1 parent e20371a commit 96ddf1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dojo/forms.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -536,13 +536,13 @@ class ImportScanForm(forms.Form):
536536
# If 'close_old_findings_product_scope' is selected, the backend will ensure that both flags are set.
537537
close_old_findings = forms.BooleanField(help_text="Old findings no longer present in the new report get closed as mitigated when importing. "
538538
"If service has been set, only the findings for this service will be closed. "
539-
"This only affects findings within the same engagement.",
540-
label="Close old findings within this engagement",
539+
"This affects findings within the same engagement by default.",
540+
label="Close old findings",
541541
required=False,
542542
initial=False)
543543
close_old_findings_product_scope = forms.BooleanField(help_text="Old findings no longer present in the new report get closed as mitigated when importing. "
544544
"If service has been set, only the findings for this service will be closed. "
545-
"This only affects findings within the same product.",
545+
"This affects findings within the same product.",
546546
label="Close old findings within this product",
547547
required=False,
548548
initial=False)

0 commit comments

Comments
 (0)