diff options
author | Simon Elvery <simon@elvery.net> | 2023-03-22 20:22:35 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 11:22:35 +0100 |
commit | 148c3d589461440400c2850cecc79c45a70bdca6 (patch) | |
tree | 9b4491d3a51a5167ac3b50a78f77a1f5c7202b7f /config | |
parent | 7f8e1bede4e68c01ff167fc3f4e1e63da24307a8 (diff) |
Update profile link verification instructions (#19723)
Co-authored-by: Effy Elden <effy@effy.space>
Diffstat (limited to 'config')
-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 592450100..fa7fb6be0 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1697,7 +1697,7 @@ en: 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:' 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:' + 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. After adding the link you may need to come back here and re-save your profile for the verification to take effect. 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 webauthn_credentials: add: Add new security key |