]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
changed error message 1710/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 22 Feb 2016 21:14:56 +0000 (22:14 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 22 Feb 2016 21:14:56 +0000 (22:14 +0100)
src/Wallabag/CoreBundle/Resources/config/services.yml

index 27f6f97f2d19b6a71d6b1b09a802f7025fd9236d..677c33daa7f39181f155fb2bc3ee49ca619e3f7b 100644 (file)
@@ -39,7 +39,7 @@ services:
     wallabag_core.graby:
         class: Graby\Graby
         arguments:
-            - { error_message: "wallabag can't retrieve contents for this article. Please contact us if problem persists." }
+            - { error_message: "wallabag can't retrieve contents for this article. Please report this issue to us." }
         calls:
             - [ setLogger, [ "@logger" ] ]
         tags: