From: Eugen Date: Thu, 13 Apr 2017 19:53:59 +0000 (+0200) Subject: Make boost modal off by default (#1719) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=057567d5482627462192485134e0bd619c4c0f29;p=mastodon.git Make boost modal off by default (#1719) --- diff --git a/config/locales/doorkeeper.fr.yml b/config/locales/doorkeeper.fr.yml index 608aac849..842a96ac8 100644 --- a/config/locales/doorkeeper.fr.yml +++ b/config/locales/doorkeeper.fr.yml @@ -18,8 +18,11 @@ fr: models: account: attributes: + note: + too_long: Description trop longue username: blank: Identifiant vide + taken: Identifiant déjà pris doorkeeper/application: attributes: redirect_uri: @@ -27,13 +30,6 @@ fr: invalid_uri: doit être une URL valide. relative_uri: doit être une URL absolue. secured_uri: doit être une URL HTTP/SSL. - account: - attributes: - username: - blank: Identifiant vide - taken: Identifiant déjà pris - note: - too_long: Description trop longue user: attributes: email: diff --git a/config/settings.yml b/config/settings.yml index d364120db..04213fd0b 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -14,7 +14,7 @@ defaults: &defaults site_contact_email: '' open_registrations: true closed_registrations_message: '' - boost_modal: true + boost_modal: false notification_emails: follow: false reblog: false