emails: Fix typo in spelling of "recognize".

This commit is contained in:
Benjamin Gilbert 2017-04-17 19:56:14 -07:00 committed by Tim Abbott
parent 4775f55ca7
commit a282cbb493
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<p>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' }}.</p>
<p>IP Address: {{ device_info.device_ip }}</p>
</blockquote>
<p><b>If you do not recoginize this login activity or think your account may have been compromised, contact Zulip Support at {{ zulip_support }}.</b></p>
<p><b>If you do not recognize this login activity or think your account may have been compromised, contact Zulip Support at {{ zulip_support }}.</b></p>
<p>If you recognize this login activity, you can archive this notice.</p>
<p>Thanks,<br />Zulip Account Security</p>
</td>

View File

@ -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.