mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
Correct search text for User Domain Role table
This commit is contained in:
parent
c7e8e26828
commit
a964396c30
1 changed files with 1 additions and 1 deletions
|
@ -879,7 +879,7 @@ class UserDomainRoleAdmin(ListHeaderAdmin):
|
||||||
"domain__name",
|
"domain__name",
|
||||||
"role",
|
"role",
|
||||||
]
|
]
|
||||||
search_help_text = "Search by first name, last name, email, domain, or role."
|
search_help_text = "Search by first name, last name, email, or domain."
|
||||||
|
|
||||||
autocomplete_fields = ["user", "domain"]
|
autocomplete_fields = ["user", "domain"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue