]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2493 from bmillemathias/add_link_content_fetch_problem
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Mon, 24 Oct 2016 19:44:22 +0000 (21:44 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Oct 2016 19:44:22 +0000 (21:44 +0200)
Add relevant links to fetch content error page

app/config/config.yml

index a56cbdd9e01d2afab2947e3273cd62831991bdda..84eba759dc7a7871d17b1da2ed75e919c2f52180 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">troubleshoot this issue</a>.
 
 wallabag_user:
     registration_enabled: "%fosuser_registration%"