From 36f20a6570c04e9de216a4d27bd2e597327477d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 17 Feb 2016 17:08:43 +0100 Subject: [PATCH] typo --- src/Wallabag/CoreBundle/Controller/ConfigController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Wallabag/CoreBundle/Controller/ConfigController.php b/src/Wallabag/CoreBundle/Controller/ConfigController.php index 04b54644..31b59845 100644 --- a/src/Wallabag/CoreBundle/Controller/ConfigController.php +++ b/src/Wallabag/CoreBundle/Controller/ConfigController.php @@ -68,7 +68,7 @@ class ConfigController extends Controller } else { $this->get('session')->getFlashBag()->add( 'notice', - 'In demonstration mode, you can`t change password.' + 'In demonstration mode, you can\'t change password.' ); } -- 2.41.0