diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-02-17 17:08:43 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-22 11:43:28 +0100 |
commit | 36f20a6570c04e9de216a4d27bd2e597327477d5 (patch) | |
tree | 0d9e476c66137a0f632d5ef4fba05b03655859cf /src/Wallabag | |
parent | 6c9f50a6622cdc5c9f975cfb14994db1d9b3ab1b (diff) | |
download | wallabag-36f20a6570c04e9de216a4d27bd2e597327477d5.tar.gz wallabag-36f20a6570c04e9de216a4d27bd2e597327477d5.tar.zst wallabag-36f20a6570c04e9de216a4d27bd2e597327477d5.zip |
typo
Diffstat (limited to 'src/Wallabag')
-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 | ||