]> cat aescling's git repositories - mastodon.git/commitdiff
Make boost modal off by default (#1719)
authorEugen <eugen@zeonfederated.com>
Thu, 13 Apr 2017 19:53:59 +0000 (21:53 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Apr 2017 19:53:59 +0000 (21:53 +0200)
config/locales/doorkeeper.fr.yml
config/settings.yml

index 608aac84949af615ab253f8b5499a5bc178be724..842a96ac88d874a49be30bb0b2326176cdf07fd8 100644 (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:
index d364120dbd3eabd33737863045fcbe1b19c4578a..04213fd0bc82fd9090b8263d776dc62875c819e8 100644 (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