]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Poche.class.php
bug fix #430 - welcome to your wallabag
[github/wallabag/wallabag.git] / inc / poche / Poche.class.php
index 7e3cac82713e513ac54b8664f4399e9631f2da54..7803198432b81515a69095b748611ec46e7d9cfd 100644 (file)
@@ -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);
             }