]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - index.php
[fix] hover problem with logout link #489
[github/wallabag/wallabag.git] / index.php
index a26c42e145f28f3f60bdae274569cc8efeb5df4b..7260e583168b5d8a26187dd7884007806851fb27 100644 (file)
--- a/index.php
+++ b/index.php
@@ -30,7 +30,7 @@ $tpl_vars = array(
     'referer' => $referer,
     'view' => $view,
     'poche_url' => Tools::getPocheUrl(),
-    'title' => _('poche, a read it later open source system'),
+    'title' => _('wallabag, a read it later open source system'),
     'token' => Session::getToken(),
     'theme' => $poche->getTheme()
 );