Fix the install title.

This commit is contained in:
markjcrane 2016-03-20 13:51:17 -06:00
parent fafe273c18
commit b3ffd0a1ec
1 changed files with 2 additions and 2 deletions

View File

@ -207,8 +207,8 @@ if(!$install_step) { $install_step = 'select_language'; }
echo "</div>\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'){