From 58b53f784100de0bd713c734df9c9795595aff8d Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 27 Oct 2018 13:57:30 -0700 Subject: [PATCH] update copy for "was this you?" login dialog --- .../javascripts/discourse/templates/modal/auth-token.hbs | 8 +++++--- config/locales/client.en.yml | 8 ++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/modal/auth-token.hbs b/app/assets/javascripts/discourse/templates/modal/auth-token.hbs index 7a9cd6ab090..84a7aa9f905 100644 --- a/app/assets/javascripts/discourse/templates/modal/auth-token.hbs +++ b/app/assets/javascripts/discourse/templates/modal/auth-token.hbs @@ -6,9 +6,11 @@

{{i18n 'user.auth_tokens.details'}}

-

{{d-icon "clock-o"}} {{format-date model.seen_at}}

-

{{d-icon "map-marker"}} {{model.location}}

-

{{d-icon model.icon}} {{i18n "user.auth_tokens.browser_and_device" browser=model.browser device=model.device}}

+
{{#if latest_post}} diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 7bf0b3e45ba..0d980d0b762 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -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"