Skip to content

Commit 480ebab

Browse files
author
Marius Cramer
committed
Fixed smaller typo
1 parent 272da6d commit 480ebab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

install/install.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -458,9 +458,9 @@
458458
$check = false;
459459
do {
460460
unset($temp_password);
461-
$temp_password = $inst->free_query('Re-enter Admin password', '');
461+
$temp_password = $inst->free_query('Re-enter admin password', '');
462462
$check = @($temp_password == $conf['interface_password'])?true:false;
463-
if(!$check) swriteln('Passwords do noz match.');
463+
if(!$check) swriteln('Passwords do not match.');
464464
} while (!$check);
465465
}
466466
unset($check);
@@ -809,9 +809,9 @@
809809
$check = false;
810810
do {
811811
unset($temp_password);
812-
$temp_password = $inst->free_query('Re-enter Admin password', '');
812+
$temp_password = $inst->free_query('Re-enter admin password', '');
813813
$check = @($temp_password == $conf['interface_password'])?true:false;
814-
if(!$check) swriteln('Passwords do noz match.');
814+
if(!$check) swriteln('Passwords do not match.');
815815
} while (!$check);
816816
}
817817
unset($check);
@@ -861,4 +861,4 @@
861861
echo "Installation completed.\n";
862862

863863

864-
?>
864+
?>

0 commit comments

Comments
 (0)