diff options
Diffstat (limited to 'register.php')
-rw-r--r-- | register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/register.php b/register.php index ca00bccfc..f77c29551 100644 --- a/register.php +++ b/register.php @@ -42,7 +42,7 @@ if (isset($_POST['submit'])) { if ($_POST['password'] != $_POST['password_conf']) { - array_push($errors, l10n('reg_err_pass')); + array_push($errors, l10n('please enter your password again')); } $errors = |