From 2c5d8610116908ec4b47df48ae0b8a7ed4bd50b1 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Sun, 17 May 2020 14:24:56 +0200 Subject: [PATCH] Oauth Title Fix --- app/views/Oauth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);