]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/error.twig
Merge pull request #939 from jsit/globaljs
[github/wallabag/wallabag.git] / themes / default / error.twig
index 4cfc482401c223ae0f80a28baf3bc8b25371fcc1..528a0985866737f0066c494d94b07f0f694d4273 100644 (file)
@@ -7,5 +7,8 @@
             <li>{{message}}</li>
         {% endfor %}
     </ol>
-    <p>Don't forget <a href="http://doc.inthepoche.com/">the documentation</a>.</p>
+    <p>Don't forget <a href="http://doc.wallabag.org/">the documentation</a>.</p>
+    <p>
+        {% trans "You can <a href='wallabag_compatibility_test.php'>check your configuration here</a>." %}
+    </p>
 {% endblock %}