Skip to content

Commit 5c64fa0

Browse files
valentijnscholtenmanuel-sommer
authored andcommitted
sync migration
1 parent 89e2fed commit 5c64fa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/db_migrations/0243_finding_fix_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ class Migration(migrations.Migration):
1313
migrations.AddField(
1414
model_name='finding',
1515
name='fix_version',
16-
field=models.CharField(blank=True, help_text='Version of the affected component where the flaw will be fixed.', max_length=100, null=True, verbose_name='Fix version'),
16+
field=models.CharField(blank=True, help_text='Version of the affected component in which the flaw is fixed.', max_length=100, null=True, verbose_name='Fix version'),
1717
),
1818
]

0 commit comments

Comments
 (0)