aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/config/services.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-22 22:14:56 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-22 22:14:56 +0100
commitbb17ddea616229721b7987bf04680d7610303a0a (patch)
tree51c2b3114d9d503765dec454e97715550b15495a /src/Wallabag/CoreBundle/Resources/config/services.yml
parent924ef7cacd3990fd239ccfa969a648f2e14e1bde (diff)
downloadwallabag-bb17ddea616229721b7987bf04680d7610303a0a.tar.gz
wallabag-bb17ddea616229721b7987bf04680d7610303a0a.tar.zst
wallabag-bb17ddea616229721b7987bf04680d7610303a0a.zip
changed error message
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/config/services.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/config/services.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/config/services.yml b/src/Wallabag/CoreBundle/Resources/config/services.yml
index 27f6f97f..677c33da 100644
--- a/src/Wallabag/CoreBundle/Resources/config/services.yml
+++ b/src/Wallabag/CoreBundle/Resources/config/services.yml
@@ -39,7 +39,7 @@ services:
39 wallabag_core.graby: 39 wallabag_core.graby:
40 class: Graby\Graby 40 class: Graby\Graby
41 arguments: 41 arguments:
42 - { error_message: "wallabag can't retrieve contents for this article. Please contact us if problem persists." } 42 - { error_message: "wallabag can't retrieve contents for this article. Please report this issue to us." }
43 calls: 43 calls:
44 - [ setLogger, [ "@logger" ] ] 44 - [ setLogger, [ "@logger" ] ]
45 tags: 45 tags: