aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index 2da8a130cc..85908476a1 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -452,7 +452,7 @@ function validate_config_vars($config_vars, &$cfg_array, &$error)
case 'email':
if (!preg_match('/^' . get_preg_expression('email') . '$/i', $cfg_array[$config_name]))
{
- $error[] = $user->lang['EMAIL_INVALID'];
+ $error[] = $user->lang['EMAIL_INVALID_EMAIL'];
}
break;