Browse Source

use consistent capitalization for subject lines

closed-social-glitch-2
Waldir Pimenta 7 years ago
committed by GitHub
parent
commit
4f654eb822
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/locales/devise.en.yml

+ 1
- 1
config/locales/devise.en.yml View File

@ -24,7 +24,7 @@ en:
unlock_instructions: unlock_instructions:
subject: "Mastodon: Unlock instructions" subject: "Mastodon: Unlock instructions"
password_change: password_change:
subject: "Mastodon: Password Changed"
subject: "Mastodon: Password changed"
omniauth_callbacks: omniauth_callbacks:
failure: "Could not authenticate you from %{kind} because \"%{reason}\"." failure: "Could not authenticate you from %{kind} because \"%{reason}\"."
success: "Successfully authenticated from %{kind} account." success: "Successfully authenticated from %{kind} account."

Loading…
Cancel
Save