Skip to content
Snippets Groups Projects
Commit 057567d5 authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Make boost modal off by default (#1719)

parent 169c68a7
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment