Skip to content

Commit ba6e983

Browse files
Update dojo/models.py
Co-authored-by: valentijnscholten <valentijnscholten@gmail.com>
1 parent ba9cefd commit ba6e983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,7 @@ class Finding(models.Model):
24192419
blank=True,
24202420
max_length=100,
24212421
verbose_name=_("Fix version"),
2422-
help_text=_("Version of the affected component where the flaw will be fixed."))
2422+
help_text=_("Version of the affected component in which the flaw is fixed."))
24232423
impact = models.TextField(verbose_name=_("Impact"),
24242424
null=True,
24252425
blank=True,

0 commit comments

Comments
 (0)