emails: Replace signing in with logging in.

Fixes #7884
This commit is contained in:
Vishnu Ks
2018-03-10 01:06:23 +05:30
committed by Tim Abbott
parent e7005cfd0e
commit cbadecb466
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ at the following link:</p>
<p>The email address associated with your account is <b>{{ user_profile.email }}</b>.</p>
<p>If you have trouble signing in, please contact Zulip support by replying to
<p>If you have trouble logging in, please contact Zulip support by replying to
this email.</p>
<p>Thanks for using Zulip!</p>

View File

@@ -6,7 +6,7 @@ at the following link:
The email address associated with your account is {{ user_profile.email }}.
If you have trouble signing in, please contact Zulip support by replying to
If you have trouble logging in, please contact Zulip support by replying to
this email.
Thanks for using Zulip!

View File

@@ -8,4 +8,4 @@ ZULIP_VERSION = "1.7.1+git"
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.
PROVISION_VERSION = '15.6'
PROVISION_VERSION = '15.7'