Skip to content

Commit 099628a

Browse files
Update dojo/db_migrations/0226_alter_jira_instance_password.py
Co-authored-by: Cody Maffucci <[email protected]>
1 parent 00bc92f commit 099628a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/db_migrations/0226_alter_jira_instance_password.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ class Migration(migrations.Migration):
1818
migrations.AlterField(
1919
model_name='jira_instance',
2020
name='username',
21-
field=models.CharField(help_text='Username or Emailaddress, see DefectDojo documentation for more information.', max_length=2000, verbose_name='Username/Email'),
21+
field=models.CharField(help_text='Username or Email Address, see DefectDojo documentation for more information.', max_length=2000, verbose_name='Username/Email'),
2222
),
2323
]

0 commit comments

Comments
 (0)