diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 7e3cac827..780319843 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -722,7 +722,7 @@ class Poche $longlastingsession = isset($_POST['longlastingsession']); $passwordTest = ($isauthenticated) ? $user['password'] : Tools::encodeString($password . $login); Session::login($user['username'], $user['password'], $login, $passwordTest, $longlastingsession, array('poche_user' => new User($user))); - $this->messages->add('s', _('welcome to your poche')); + $this->messages->add('s', _('welcome to your wallabag')); Tools::logm('login successful'); Tools::redirect($referer); }