update copy for "was this you?" login dialog
This commit is contained in:
parent
375bba3c31
commit
58b53f7841
|
@ -6,9 +6,11 @@
|
|||
|
||||
<div>
|
||||
<h3>{{i18n 'user.auth_tokens.details'}}</h3>
|
||||
<p>{{d-icon "clock-o"}} {{format-date model.seen_at}}</p>
|
||||
<p>{{d-icon "map-marker"}} {{model.location}}</p>
|
||||
<p>{{d-icon model.icon}} {{i18n "user.auth_tokens.browser_and_device" browser=model.browser device=model.device}}</p>
|
||||
<ul style="list-style-type:none">
|
||||
<li>{{d-icon "clock-o"}} {{format-date model.seen_at}}</li>
|
||||
<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>
|
||||
|
||||
{{#if latest_post}}
|
||||
|
|
|
@ -875,10 +875,10 @@ en:
|
|||
show_all: "Show all ({{count}})"
|
||||
show_few: "Show fewer"
|
||||
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}}"
|
||||
secure_account: "Secure my account"
|
||||
latest_post: "You last posted..."
|
||||
secure_account: "Secure my Account"
|
||||
latest_post: "You last posted…"
|
||||
|
||||
last_posted: "Last Post"
|
||||
last_emailed: "Last Emailed"
|
||||
|
@ -902,7 +902,7 @@ en:
|
|||
always: "always"
|
||||
never: "never"
|
||||
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_hour: "hourly"
|
||||
daily: "daily"
|
||||
|
|
Loading…
Reference in New Issue