From ff2e2bd396d653994d27a521aa00877ba3f661f9 Mon Sep 17 00:00:00 2001 From: Matthew Vale Date: Wed, 30 Dec 2015 16:58:39 +0000 Subject: [PATCH] correction for button name --- core/install/install_first_time.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/install/install_first_time.php b/core/install/install_first_time.php index 1b629de24b..f6ed320bf1 100644 --- a/core/install/install_first_time.php +++ b/core/install/install_first_time.php @@ -336,7 +336,7 @@ if(!$install_step) { $install_step = 'select_language'; } echo "
\n"; echo "
\n"; echo " \n"; - echo " \n"; + echo " \n"; echo "
\n"; echo "
\n"; }