]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Add relevant links to fetch content error pages.
authorBaptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Sun, 23 Oct 2016 13:34:52 +0000 (15:34 +0200)
committerBaptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Sun, 23 Oct 2016 13:34:52 +0000 (15:34 +0200)
We link to the troubleshooting guide and give the mail link.

app/config/config.yml

index a56cbdd9e01d2afab2947e3273cd62831991bdda..65187ecab0a587405df60ce57958257b89db7956 100644 (file)
@@ -50,7 +50,8 @@ wallabag_core:
     rss_limit: 50
     reading_speed: 1
     cache_lifetime: 10
-    fetching_error_message: "wallabag can't retrieve contents for this article. Please report this issue to us."
+    fetching_error_message: |
+        wallabag can't retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/master/user/errors_during_fetching.html#how-can-i-help-to-fix-that">first troubleshoot this issue</a> and <a href="mailto:hello@wallabag.org">report it to us</a>.
 
 wallabag_user:
     registration_enabled: "%fosuser_registration%"