diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-24 21:44:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-24 21:44:22 +0200 |
commit | e1d4ed2d81ca0482548c26b3247dbbad6ccf2c19 (patch) | |
tree | c2fccea0d9cc1e1837eb3359909d630961bcd8be /app/config | |
parent | c64b4941d5222586a82d2c8d6a61969bb9cfe96b (diff) | |
parent | d36e5e20a5627faed81d3865470b032d95b86916 (diff) | |
download | wallabag-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
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 3 |
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 | ||
55 | wallabag_user: | 56 | wallabag_user: |
56 | registration_enabled: "%fosuser_registration%" | 57 | registration_enabled: "%fosuser_registration%" |