remote_billing_email_confirm: Minor text changes.

* Move email early in text to reduce change of it wrapping to
  next line.

* Change 2 hours to 24 hours.
This commit is contained in:
Aman Agrawal 2023-12-13 02:17:33 +00:00 committed by Tim Abbott
parent 180dd00d5f
commit 0d08fe90a8
2 changed files with 2 additions and 2 deletions

View File

@ -511,7 +511,7 @@ class LegacyServerLoginTest(BouncerTestCase):
)
self.assertEqual(result.status_code, 200)
self.assert_in_success_response(
["We have sent a log in link", "link will expire in", email],
["We have sent", "a log in", "link will expire in", email],
result,
)

View File

@ -24,7 +24,7 @@
<div class="white-box">
{% if remote_server_hostname %}
<p>We have sent a log in link for Zulip plan management to <span class="user_email semi-bold">{{ email }}</span>. This link will expire in 2 hours.</p>
<p>We have sent <span class="user_email semi-bold">{{ email }}</span> a log in link for Zulip plan management. This link will expire in 24 hours.</p>
{% else %}
<p>To finish logging in, check your email account (<span class="user_email semi-bold">{{ email }}</span>) for a confirmation email from Zulip.</p>
{% endif %}