Fix tool tip text and adjust the banner for expiring soon

This commit is contained in:
Rebecca Hsieh 2025-01-17 10:58:36 -08:00
parent 569ec088f0
commit cb462c1ab2
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -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)