1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00
This commit is contained in:
Nicolas Lœuillet 2016-02-17 17:08:43 +01:00 committed by Jeremy Benoist
parent 6c9f50a662
commit 36f20a6570

View file

@ -68,7 +68,7 @@ class ConfigController extends Controller
} else { } else {
$this->get('session')->getFlashBag()->add( $this->get('session')->getFlashBag()->add(
'notice', 'notice',
'In demonstration mode, you can`t change password.' 'In demonstration mode, you can\'t change password.'
); );
} }