From 4f654eb822d11c9fae974845d1bcbd23a8fbf9c4 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Thu, 6 Oct 2016 11:16:59 +0100 Subject: [PATCH] use consistent capitalization for subject lines --- config/locales/devise.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."