Skip to content

Commit f90d6da

Browse files
Update dojo/models.py
Co-authored-by: Cody Maffucci <[email protected]>
1 parent 099628a commit f90d6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3849,7 +3849,7 @@ class JIRA_Instance(models.Model):
38493849
configuration_name = models.CharField(max_length=2000, help_text=_("Enter a name to give to this configuration"), default="")
38503850
url = models.URLField(max_length=2000, verbose_name=_("JIRA URL"), help_text=_("For more information how to configure Jira, read the DefectDojo documentation."))
38513851
username = models.CharField(max_length=2000, verbose_name=_("Username/Email"), help_text=_("Username or Email Address, see DefectDojo documentation for more information."))
3852-
password = models.CharField(max_length=2000, verbose_name=_("Password/Token"), help_text=_("Password or API Token or Personal Access Token, see DefectDojo documentation for more information."))
3852+
password = models.CharField(max_length=2000, verbose_name=_("Password/Token"), help_text=_("Password, API Token, or Personal Access Token, see DefectDojo documentation for more information."))
38533853

38543854
if hasattr(settings, "JIRA_ISSUE_TYPE_CHOICES_CONFIG"):
38553855
default_issue_type_choices = settings.JIRA_ISSUE_TYPE_CHOICES_CONFIG

0 commit comments

Comments
 (0)