diff options
author | Asier Iturralde Sarasola <asier.iturralde@gmail.com> | 2021-01-07 09:32:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 09:32:16 +0100 |
commit | 066dbe1e699775f59f02298c369225277aac234b (patch) | |
tree | 8128dce46bf0a478f16420642baa754d9f7db9f5 /config/locales | |
parent | 7cb72956a672a54ba5e308c0dec25ed5c8a25bfe (diff) |
Fix typo: you -> your (#15476)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/devise.en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml index a3f2c5796..cc4140d14 100644 --- a/config/locales/devise.en.yml +++ b/config/locales/devise.en.yml @@ -68,7 +68,7 @@ en: deleted: explanation: The following security key has been deleted from your account subject: 'Mastodon: Security key deleted' - title: One of you security keys has been deleted + title: One of your security keys has been deleted webauthn_disabled: explanation: Authentication with security keys has been disabled for your account. Login is now possible using only the token generated by the paired TOTP app. subject: 'Mastodon: Authentication with security keys disabled' |