logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 057567d5482627462192485134e0bd619c4c0f29
parent: 169c68a739e2907ea29313983bc5a849f585bed3
Author: Eugen <eugen@zeonfederated.com>
Date:   Thu, 13 Apr 2017 21:53:59 +0200

Make boost modal off by default (#1719)


Diffstat:

Mconfig/locales/doorkeeper.fr.yml10+++-------
Mconfig/settings.yml2+-
2 files changed, 4 insertions(+), 8 deletions(-)

diff --git 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 @@ -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