mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-23 17:51:03 +02:00
Change suborganization name help text
This commit is contained in:
parent
2995792375
commit
b48802e0d7
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ class Suborganization(TimeStampedModel):
|
|||
null=True,
|
||||
blank=True,
|
||||
unique=True,
|
||||
help_text="Domain group",
|
||||
help_text="Suborganization",
|
||||
)
|
||||
|
||||
portfolio = models.ForeignKey(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue