mirror of https://github.com/zulip/zulip.git
emails: Fix typo in spelling of "recognize".
This commit is contained in:
parent
4775f55ca7
commit
a282cbb493
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue