Change suborganization name help text

This commit is contained in:
Erin 2024-06-20 14:21:57 -07:00
parent 2995792375
commit b48802e0d7
No known key found for this signature in database
GPG key ID: 1CAD275313C62460
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ class Suborganization(TimeStampedModel):
null=True,
blank=True,
unique=True,
help_text="Domain group",
help_text="Suborganization",
)
portfolio = models.ForeignKey(