mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-23 01:32:25 +02:00
Fix tool tip text and adjust the banner for expiring soon
This commit is contained in:
parent
569ec088f0
commit
cb462c1ab2
2 changed files with 5 additions and 5 deletions
|
@ -1586,7 +1586,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
"This domain has expired, but it is still online. " "To renew this domain, contact help@get.gov."
|
||||
)
|
||||
elif flag_is_active(request, "domain_renewal") and self.is_expiring():
|
||||
help_text = "This domain will expire soon. Contact one of the listed domain managers to renew the domain."
|
||||
help_text = "This domain will expire soon. Go to “Manage” to renew the domain."
|
||||
else:
|
||||
help_text = Domain.State.get_help_text(self.state)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue