about summary refs log tree commit diff
path: root/config/locales/devise.en.yml
diff options
context:
space:
mode:
authorWaldir Pimenta <waldyrious@gmail.com>2016-10-06 11:16:59 +0100
committerGitHub <noreply@github.com>2016-10-06 11:16:59 +0100
commit4f654eb822d11c9fae974845d1bcbd23a8fbf9c4 (patch)
treea654df593f9ed6cd82c6da6b47548ca604855403 /config/locales/devise.en.yml
parent3298c7e1c87631cd3190639e39b8c4aa69a6c86c (diff)
use consistent capitalization for subject lines
Diffstat (limited to 'config/locales/devise.en.yml')
-rw-r--r--config/locales/devise.en.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml
index 22c0fa912..d06eee4fd 100644
--- a/config/locales/devise.en.yml
+++ b/config/locales/devise.en.yml
@@ -24,7 +24,7 @@ en:
       unlock_instructions:
         subject: "Mastodon: Unlock instructions"
       password_change:
-        subject: "Mastodon: Password Changed"
+        subject: "Mastodon: Password changed"
     omniauth_callbacks:
       failure: "Could not authenticate you from %{kind} because \"%{reason}\"."
       success: "Successfully authenticated from %{kind} account."