aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/ConfigController.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-02-17 17:08:43 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-02-22 11:43:28 +0100
commit36f20a6570c04e9de216a4d27bd2e597327477d5 (patch)
tree0d9e476c66137a0f632d5ef4fba05b03655859cf /src/Wallabag/CoreBundle/Controller/ConfigController.php
parent6c9f50a6622cdc5c9f975cfb14994db1d9b3ab1b (diff)
downloadwallabag-36f20a6570c04e9de216a4d27bd2e597327477d5.tar.gz
wallabag-36f20a6570c04e9de216a4d27bd2e597327477d5.tar.zst
wallabag-36f20a6570c04e9de216a4d27bd2e597327477d5.zip
typo
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/ConfigController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/ConfigController.php2
1 files changed, 1 insertions, 1 deletions
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
68 } else { 68 } else {
69 $this->get('session')->getFlashBag()->add( 69 $this->get('session')->getFlashBag()->add(
70 'notice', 70 'notice',
71 'In demonstration mode, you can`t change password.' 71 'In demonstration mode, you can\'t change password.'
72 ); 72 );
73 } 73 }
74 74