From b3ffd0a1ecc5278091e6b49da6a2e6f48465c80e Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sun, 20 Mar 2016 13:51:17 -0600 Subject: [PATCH] Fix the install title. --- core/install/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/install/install.php b/core/install/install.php index 8863c433cd..b282df5a76 100644 --- a/core/install/install.php +++ b/core/install/install.php @@ -207,8 +207,8 @@ if(!$install_step) { $install_step = 'select_language'; } echo "\n"; } -//includes and title - $document['title'] = $text['title-install_first_time']; + //includes and title + $document['title'] = $text['title-install']; //view code if($install_step == 'select_language'){