update copy for "was this you?" login dialog
This commit is contained in:
parent
375bba3c31
commit
58b53f7841
|
@ -6,9 +6,11 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h3>{{i18n 'user.auth_tokens.details'}}</h3>
|
<h3>{{i18n 'user.auth_tokens.details'}}</h3>
|
||||||
<p>{{d-icon "clock-o"}} {{format-date model.seen_at}}</p>
|
<ul style="list-style-type:none">
|
||||||
<p>{{d-icon "map-marker"}} {{model.location}}</p>
|
<li>{{d-icon "clock-o"}} {{format-date model.seen_at}}</li>
|
||||||
<p>{{d-icon model.icon}} {{i18n "user.auth_tokens.browser_and_device" browser=model.browser device=model.device}}</p>
|
<li>{{d-icon "map-marker"}} {{model.location}}</li>
|
||||||
|
<li>{{d-icon model.icon}} {{i18n "user.auth_tokens.browser_and_device" browser=model.browser device=model.device}}</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if latest_post}}
|
{{#if latest_post}}
|
||||||
|
|
|
@ -875,10 +875,10 @@ en:
|
||||||
show_all: "Show all ({{count}})"
|
show_all: "Show all ({{count}})"
|
||||||
show_few: "Show fewer"
|
show_few: "Show fewer"
|
||||||
was_this_you: "Was this you?"
|
was_this_you: "Was this you?"
|
||||||
was_this_you_description: "If it wasn't you who logged in, we recommend you to change your password and log out of all devices. We also recommend setting up second-factor authentication for a better protection of your account."
|
was_this_you_description: "If it wasn’t you, we recommend you change your password and log out everywhere."
|
||||||
browser_and_device: "{{browser}} on {{device}}"
|
browser_and_device: "{{browser}} on {{device}}"
|
||||||
secure_account: "Secure my account"
|
secure_account: "Secure my Account"
|
||||||
latest_post: "You last posted..."
|
latest_post: "You last posted…"
|
||||||
|
|
||||||
last_posted: "Last Post"
|
last_posted: "Last Post"
|
||||||
last_emailed: "Last Emailed"
|
last_emailed: "Last Emailed"
|
||||||
|
@ -902,7 +902,7 @@ en:
|
||||||
always: "always"
|
always: "always"
|
||||||
never: "never"
|
never: "never"
|
||||||
email_digests:
|
email_digests:
|
||||||
title: "When I don't visit here, send me an email summary of popular topics and replies"
|
title: "When I don’t visit here, send me an email summary of popular topics and replies"
|
||||||
every_30_minutes: "every 30 minutes"
|
every_30_minutes: "every 30 minutes"
|
||||||
every_hour: "hourly"
|
every_hour: "hourly"
|
||||||
daily: "daily"
|
daily: "daily"
|
||||||
|
|
Loading…
Reference in New Issue