From ac1509a66b510648ba6dd378c3d487802cf652b9 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Wed, 24 May 2017 12:57:46 +0200 Subject: [PATCH] Fix documentation URL for "How can I help to fix that?" --- app/config/config.yml | 2 +- tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/config.yml b/app/config/config.yml index 584b0da2..77cda052 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -54,7 +54,7 @@ wallabag_core: action_mark_as_read: 1 list_mode: 1 fetching_error_message: | - wallabag can't retrieve contents for this article. Please troubleshoot this issue. + wallabag can't retrieve contents for this article. Please troubleshoot this issue. wallabag_user: registration_enabled: "%fosuser_registration%" diff --git a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php index 5956b502..4f70ed0c 100644 --- a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php +++ b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php @@ -10,7 +10,7 @@ use Wallabag\UserBundle\Entity\User; class ContentProxyTest extends \PHPUnit_Framework_TestCase { - private $fetchingErrorMessage = 'wallabag can\'t retrieve contents for this article. Please troubleshoot this issue.'; + private $fetchingErrorMessage = 'wallabag can\'t retrieve contents for this article. Please troubleshoot this issue.'; public function testWithBadUrl() { -- 2.41.0