]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
typo
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>
Wed, 17 Feb 2016 16:08:43 +0000 (17:08 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 22 Feb 2016 10:43:28 +0000 (11:43 +0100)
src/Wallabag/CoreBundle/Controller/ConfigController.php

index 04b54644385516d1d54032e7ca11886e1e4c74bb..31b59845826594f5a19706713d3248275bab5248 100644 (file)
@@ -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.'
                 );
             }