aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
authorBaptiste Mille-Mathias <baptiste.millemathias@gmail.com>2016-10-23 15:34:52 +0200
committerBaptiste Mille-Mathias <baptiste.millemathias@gmail.com>2016-10-23 15:34:52 +0200
commitd1b075509dff22e191bcf912d7eef9fb7b1661cc (patch)
tree81d7d4da62a995e1460d1bfe255c98e69c48b4fa /app/config/config.yml
parentc64b4941d5222586a82d2c8d6a61969bb9cfe96b (diff)
downloadwallabag-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/config/config.yml')
-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..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
55wallabag_user: 56wallabag_user:
56 registration_enabled: "%fosuser_registration%" 57 registration_enabled: "%fosuser_registration%"