From af699940d4791281f3b77f849e37a26bac6207e9 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 28 Jan 2017 11:20:39 +0100 Subject: [PATCH] typo --- mod/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/install.php b/mod/install.php index 4669f4ad19..fa952a79bc 100755 --- a/mod/install.php +++ b/mod/install.php @@ -261,7 +261,7 @@ function install_content(App $a) { '$dbhost' => array('dbhost', t('Database Server Name'), $dbhost, '', 'required'), '$dbuser' => array('dbuser', t('Database Login Name'), $dbuser, '', 'required', 'autofocus'), - '$dbpass' => array('dbpass', t('Database Login Password'), $dbpass, t("For security reasons thr password must not be empty"), 'required'), + '$dbpass' => array('dbpass', t('Database Login Password'), $dbpass, t("For security reasons the password must not be empty"), 'required'), '$dbdata' => array('dbdata', t('Database Name'), $dbdata, '', 'required'), '$adminmail' => array('adminmail', t('Site administrator email address'), $adminmail, t('Your account email address must match this in order to use the web admin panel.'), 'required', 'autofocus', 'email'),