From 175a9b9caa92ad90bf2e8b68c299a00adb1f9751 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 27 Feb 2017 00:15:00 +0100 Subject: Fix #104 - Style OAuth authorized applications page Add ability to search accounts by display name --- config/locales/doorkeeper.en.yml | 2 +- config/locales/en.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'config/locales') diff --git a/config/locales/doorkeeper.en.yml b/config/locales/doorkeeper.en.yml index aaf5df6fc..97dd9c049 100644 --- a/config/locales/doorkeeper.en.yml +++ b/config/locales/doorkeeper.en.yml @@ -65,7 +65,7 @@ en: revoke: Are you sure? index: application: Application - created_at: Created At + created_at: Authorized date_format: "%Y-%m-%d %H:%M:%S" title: Your authorized applications errors: diff --git a/config/locales/en.yml b/config/locales/en.yml index e7d39327e..6da30acda 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -94,6 +94,7 @@ en: settings: back: Back to Mastodon edit_profile: Edit profile + export: Data export preferences: Preferences settings: Settings two_factor_auth: Two-factor Authentication @@ -118,7 +119,7 @@ en: disable: Disable enable: Enable instructions_html: "Scan this QR code into Google Authenticator or a similiar app on your phone. From now on, that app will generate tokens that you will have to enter when logging in." - plaintext_secret_html: "Plain-text secret: %{secret}" + plaintext_secret_html: 'Plain-text secret: %{secret}' warning: If you cannot configure an authenticator app right now, you should click "disable" or you won't be able to login. users: invalid_email: The e-mail address is invalid -- cgit