From a282cbb493bc7ab69a4431128fb15bf68c8aff7b Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Mon, 17 Apr 2017 19:56:14 -0700 Subject: [PATCH] emails: Fix typo in spelling of "recognize". --- templates/zerver/emails/new_login/new_login_alert.html | 2 +- templates/zerver/emails/new_login/new_login_alert.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zerver/emails/new_login/new_login_alert.html b/templates/zerver/emails/new_login/new_login_alert.html index 08e9860951..535ae9ac46 100644 --- a/templates/zerver/emails/new_login/new_login_alert.html +++ b/templates/zerver/emails/new_login/new_login_alert.html @@ -24,7 +24,7 @@

Device: {{ device_info.device_browser if device_info.device_browser else 'An unknown browser' }} on {{ device_info.device_os if device_info.device_os else 'an unknown operating system' }}.

IP Address: {{ device_info.device_ip }}

-

If you do not recoginize this login activity or think your account may have been compromised, contact Zulip Support at {{ zulip_support }}.

+

If you do not recognize this login activity or think your account may have been compromised, contact Zulip Support at {{ zulip_support }}.

If you recognize this login activity, you can archive this notice.

Thanks,
Zulip Account Security

diff --git a/templates/zerver/emails/new_login/new_login_alert.txt b/templates/zerver/emails/new_login/new_login_alert.txt index e9d59eb29c..46f61e5017 100644 --- a/templates/zerver/emails/new_login/new_login_alert.txt +++ b/templates/zerver/emails/new_login/new_login_alert.txt @@ -11,7 +11,7 @@ Time: {{ device_info.login_time }} Device: {{ device_info.device_browser if device_info.device_browser else 'an unknown browser' }} on {{ device_info.device_os if device_info.device_os else 'an unknown operating system' }}. IP Address: {{ device_info.device_ip }} -If you do not recoginize this login activity, or think your account may have been compromised, contact Zulip Support at {{ zulip_support }}. +If you do not recognize this login activity, or think your account may have been compromised, contact Zulip Support at {{ zulip_support }}. If you recognize this login activity, you can archive this notice.