Browse Source

Make boost modal off by default (#1719)

closed-social-glitch-2
Eugen 7 years ago
committed by GitHub
parent
commit
057567d548
2 changed files with 4 additions and 8 deletions
  1. +3
    -7
      config/locales/doorkeeper.fr.yml
  2. +1
    -1
      config/settings.yml

+ 3
- 7
config/locales/doorkeeper.fr.yml View File

@ -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:

+ 1
- 1
config/settings.yml View File

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

Loading…
Cancel
Save