mirror of https://github.com/zulip/zulip.git
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:
parent
180dd00d5f
commit
0d08fe90a8
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue