mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-09 08:25: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:
|
wallabag_core.graby:
|
||||||
class: Graby\Graby
|
class: Graby\Graby
|
||||||
arguments:
|
arguments:
|
||||||
- { error_message: false }
|
- { error_message: "wallabag can't retrieve contents for this article. Please contact us if problem persists." }
|
||||||
calls:
|
calls:
|
||||||
- [ setLogger, [ "@logger" ] ]
|
- [ setLogger, [ "@logger" ] ]
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue