diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Controller/ConfigController.php | 2 |
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 | ||