From: Jérémy Benoist Date: Wed, 24 May 2017 11:54:57 +0000 (+0200) Subject: Merge pull request #3146 from DamienCassou/fix-doc-url X-Git-Tag: 2.3.0~37 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=82a590fdddcb2458fc7f79d300cc12be3500b09c;hp=f87e6547e8c49a2fe4bd21ec185e99464d4d957e;p=github%2Fwallabag%2Fwallabag.git Merge pull request #3146 from DamienCassou/fix-doc-url 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() {