From 0291b73de7e2fca7f5c137de4427800c02d7a233 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 8 May 2017 01:46:36 +0200 Subject: Fix Ukrainian malformed locale submitted in #2893, i18n-tasks normalize (#2896) --- config/locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/locales/en.yml') diff --git a/config/locales/en.yml b/config/locales/en.yml index 2210bd3c5..6ba51edde 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -48,12 +48,13 @@ en: name: "%{account_name} created a note." outbox: name: "%{account_name}'s Outbox" - summary: "A collection of activities from user %{account_name}." + summary: A collection of activities from user %{account_name}. admin: accounts: are_you_sure: Are you sure? confirm: Confirm confirmed: Confirmed + disable_two_factor_authentication: Disable 2FA display_name: Display name domain: Domain edit: Edit @@ -84,7 +85,6 @@ en: public: Public push_subscription_expires: PuSH subscription expires reset_password: Reset password - disable_two_factor_authentication: Disable 2FA salmon_url: Salmon URL show: created_reports: Reports created by this account -- cgit