aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-24 21:44:22 +0200
committerGitHub <noreply@github.com>2016-10-24 21:44:22 +0200
commite1d4ed2d81ca0482548c26b3247dbbad6ccf2c19 (patch)
treec2fccea0d9cc1e1837eb3359909d630961bcd8be
parentc64b4941d5222586a82d2c8d6a61969bb9cfe96b (diff)
parentd36e5e20a5627faed81d3865470b032d95b86916 (diff)
downloadwallabag-e1d4ed2d81ca0482548c26b3247dbbad6ccf2c19.tar.gz
wallabag-e1d4ed2d81ca0482548c26b3247dbbad6ccf2c19.tar.zst
wallabag-e1d4ed2d81ca0482548c26b3247dbbad6ccf2c19.zip
Merge pull request #2493 from bmillemathias/add_link_content_fetch_problem
Add relevant links to fetch content error page
-rw-r--r--app/config/config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index a56cbdd9..84eba759 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -50,7 +50,8 @@ wallabag_core:
50 rss_limit: 50 50 rss_limit: 50
51 reading_speed: 1 51 reading_speed: 1
52 cache_lifetime: 10 52 cache_lifetime: 10
53 fetching_error_message: "wallabag can't retrieve contents for this article. Please report this issue to us." 53 fetching_error_message: |
54 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>.
54 55
55wallabag_user: 56wallabag_user:
56 registration_enabled: "%fosuser_registration%" 57 registration_enabled: "%fosuser_registration%"