From: Damien Cassou Date: Wed, 24 May 2017 10:57:46 +0000 (+0200) Subject: Fix documentation URL for "How can I help to fix that?" X-Git-Tag: 2.3.0~37^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=ac1509a66b510648ba6dd378c3d487802cf652b9 Fix documentation URL for "How can I help to fix that?" --- 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() {