diff options
Diffstat (limited to 'phpBB/ucp.php')
| -rwxr-xr-x | phpBB/ucp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php index 73d976f3b1..8d501e1acb 100755 --- a/phpBB/ucp.php +++ b/phpBB/ucp.php @@ -60,7 +60,7 @@ switch ($mode) } $module->load('ucp', 'register'); - $module->display($user->lang['UCP_REGISTER']); + $module->display($user->lang['REGISTER']); break; case 'confirm': |
