diff --git a/app/views/Oauth.php b/app/views/Oauth.php index 0a7fb9a..4d199cb 100644 --- a/app/views/Oauth.php +++ b/app/views/Oauth.php @@ -8,7 +8,7 @@ class Oauth extends Template $template = new Template('oauth'); $template->prepare('baseDir', BASEDIR); - $template->prepare('title', 'Home'); + $template->prepare('title', 'Simple Home - Oauth'); $template->prepare('lang', $lang);