# HG changeset patch
# User Cédric Krier <ced@b2ck.com>
# Date 1557736826 -7200
#      Mon May 13 10:40:26 2019 +0200
# Node ID ffacabc4b1b131dc835f7b8faa4872edea77f65d
# Parent  2327df29b935be01f2ed82e3f4838bd26d0fd4fa
Use secondary button to request new language

diff --git a/templates/contribute.html b/templates/contribute.html
--- a/templates/contribute.html
+++ b/templates/contribute.html
@@ -148,7 +148,7 @@
             Translation terms are updated on a monthly basis.
             </p>
             <a href="https://translate.tryton.org/engage/tryton/" class="btn btn-primary">Translate</a>
-            <a href="https://bugs.tryton.org/" class="btn btn-primary">Request new language</a>
+            <a href="https://bugs.tryton.org/" class="btn btn-secondary">Request new language</a>
         </div>
     </div>
 </div>