aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
authorJerome Charaoui <jerome@riseup.net>2016-12-06 22:27:08 -0500
committerJeremy Benoist <jbenoist@20minutes.fr>2017-06-01 09:43:01 +0200
commit1c5da417e4ddb14223f9af6e5cea6778e5c0fd08 (patch)
tree3cb3e75a857a88e7a5fa93efde5c6e2bfed6e8e5 /app/config/config.yml
parent7aba665e484c5c36ee029219a999a427d864ff22 (diff)
downloadwallabag-1c5da417e4ddb14223f9af6e5cea6778e5c0fd08.tar.gz
wallabag-1c5da417e4ddb14223f9af6e5cea6778e5c0fd08.tar.zst
wallabag-1c5da417e4ddb14223f9af6e5cea6778e5c0fd08.zip
Put default fetching error title in global config
Diffstat (limited to 'app/config/config.yml')
-rw-r--r--app/config/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index 9792616e..04f8547d 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -58,6 +58,7 @@ wallabag_core:
58 cache_lifetime: 10 58 cache_lifetime: 10
59 action_mark_as_read: 1 59 action_mark_as_read: 1
60 list_mode: 0 60 list_mode: 0
61 fetching_error_message_title: 'No title found'
61 fetching_error_message: | 62 fetching_error_message: |
62 wallabag can't retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>. 63 wallabag can't retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>.
63 api_limit_mass_actions: 10 64 api_limit_mass_actions: 10