]> 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 99eb1ed65e5b0469572925a9160d4cef8d27ca7c..528a0985866737f0066c494d94b07f0f694d4273 100644 (file)
@@ -7,5 +7,8 @@
             <li>{{message}}</li>
         {% endfor %}
     </ol>
-    <p>Don't forget <a href="http://inthepoche.com/doc">the documentation</a>.</p>
-{% endblock %}
\ No newline at end of file
+    <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 %}