diff options
author | Baptiste Mille-Mathias <baptiste.millemathias@gmail.com> | 2016-10-23 15:34:52 +0200 |
---|---|---|
committer | Baptiste Mille-Mathias <baptiste.millemathias@gmail.com> | 2016-10-23 15:34:52 +0200 |
commit | d1b075509dff22e191bcf912d7eef9fb7b1661cc (patch) | |
tree | 81d7d4da62a995e1460d1bfe255c98e69c48b4fa /app | |
parent | c64b4941d5222586a82d2c8d6a61969bb9cfe96b (diff) | |
download | wallabag-d1b075509dff22e191bcf912d7eef9fb7b1661cc.tar.gz wallabag-d1b075509dff22e191bcf912d7eef9fb7b1661cc.tar.zst wallabag-d1b075509dff22e191bcf912d7eef9fb7b1661cc.zip |
Add relevant links to fetch content error pages.
We link to the troubleshooting guide and give the mail link.
Diffstat (limited to 'app')
-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..65187eca 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">first troubleshoot this issue</a> and <a href="mailto:hello@wallabag.org">report it to us</a>. | ||
54 | 55 | ||
55 | wallabag_user: | 56 | wallabag_user: |
56 | registration_enabled: "%fosuser_registration%" | 57 | registration_enabled: "%fosuser_registration%" |