mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-08 16:05:25 +00:00
Display a human message when graby fails to fetch articles
This commit is contained in:
parent
12b5a8cea1
commit
fe5597c433
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ services:
|
|||
wallabag_core.graby:
|
||||
class: Graby\Graby
|
||||
arguments:
|
||||
- { error_message: false }
|
||||
- { error_message: "wallabag can't retrieve contents for this article. Please contact us if problem persists." }
|
||||
calls:
|
||||
- [ setLogger, [ "@logger" ] ]
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue