diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-09-04 16:44:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-04 16:44:50 +0200 |
commit | 7c7e78d807a64164e3728f2e6be9d017145ebc79 (patch) | |
tree | cdee56d5890794acf7d6a5d64b9ee249acb45f68 | |
parent | 2b18f7a9436c29ff948b1c1fe9b777435d1b03c1 (diff) |
Fix suspicious sign-in mail text being out of date (#16690)
Fixes #16687
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index be6052948..486592b29 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1509,7 +1509,7 @@ en: otp_lost_help_html: If you lost access to both, you may get in touch with %{email} seamless_external_login: You are logged in via an external service, so password and e-mail settings are not available. signed_in_as: 'Signed in as:' - suspicious_sign_in_confirmation: You appear to not have logged in from this device before, and you haven't logged in for a while, so we're sending a security code to your e-mail address to confirm that it's you. + suspicious_sign_in_confirmation: You appear to not have logged in from this device before, so we're sending a security code to your e-mail address to confirm that it's you. verification: explanation_html: 'You can <strong>verify yourself as the owner of the links in your profile metadata</strong>. For that, the linked website must contain a link back to your Mastodon profile. The link back <strong>must</strong> have a <code>rel="me"</code> attribute. The text content of the link does not matter. Here is an example:' verification: Verification |