Skip to content

Commit 8627254

Browse files
committed
fix "close old findings" labels in ImportScanForm
1 parent b285f1f commit 8627254

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dojo/forms.py

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

0 commit comments

Comments
 (0)