From cbadecb4669f0832b7a1d7ba637612bbf06f534a Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Sat, 10 Mar 2018 01:06:23 +0530 Subject: [PATCH] emails: Replace signing in with logging in. Fixes #7884 --- templates/zerver/emails/find_team.source.html | 2 +- templates/zerver/emails/find_team.txt | 2 +- version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/zerver/emails/find_team.source.html b/templates/zerver/emails/find_team.source.html index 526856d36a..38d9732e5f 100644 --- a/templates/zerver/emails/find_team.source.html +++ b/templates/zerver/emails/find_team.source.html @@ -20,7 +20,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!

diff --git a/templates/zerver/emails/find_team.txt b/templates/zerver/emails/find_team.txt index 43bbb68a2b..2152742ad1 100644 --- a/templates/zerver/emails/find_team.txt +++ b/templates/zerver/emails/find_team.txt @@ -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! diff --git a/version.py b/version.py index 842af6a51f..0d05e0058b 100644 --- a/version.py +++ b/version.py @@ -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'