Fix the install title.
This commit is contained in:
parent
8a0331925a
commit
ab4fb51355
|
|
@ -207,8 +207,8 @@ if(!$install_step) { $install_step = 'select_language'; }
|
||||||
echo "</div>\n";
|
echo "</div>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
//includes and title
|
//includes and title
|
||||||
$document['title'] = $text['title-install_first_time'];
|
$document['title'] = $text['title-install'];
|
||||||
|
|
||||||
//view code
|
//view code
|
||||||
if($install_step == 'select_language'){
|
if($install_step == 'select_language'){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue