aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/ucp.php
diff options
context:
space:
mode:
authorRichard McGirr <rmcgirr83@gmail.com>2016-03-02 07:05:37 -0500
committerRichard McGirr <rmcgirr83@gmail.com>2016-03-02 07:05:37 -0500
commit65ce507ddac83cdcddf6898d1ffea6c0512c393b (patch)
tree14bccc75086c642002f5856367bc8af7507827bc /phpBB/language/en/ucp.php
parent6e4ab6509b38f03daa2fb2af30df61423b126bdf (diff)
downloadforums-65ce507ddac83cdcddf6898d1ffea6c0512c393b.tar
forums-65ce507ddac83cdcddf6898d1ffea6c0512c393b.tar.gz
forums-65ce507ddac83cdcddf6898d1ffea6c0512c393b.tar.bz2
forums-65ce507ddac83cdcddf6898d1ffea6c0512c393b.tar.xz
forums-65ce507ddac83cdcddf6898d1ffea6c0512c393b.zip
[ticket/14508] Change language notice on account activation
PHPBB3-14508
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r--phpBB/language/en/ucp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index 1faa623b44..1290f2a7e1 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -66,7 +66,7 @@ $lang = array_merge($lang, array(
'ACCOUNT_COPPA' => 'Your account has been created but has to be approved, please check your email for details.',
'ACCOUNT_EMAIL_CHANGED' => 'Your account has been updated. However, this board requires account reactivation on email changes. An activation key has been sent to the new email address you provided. Please check your email for further information.',
'ACCOUNT_EMAIL_CHANGED_ADMIN' => 'Your account has been updated. However, this board requires account reactivation by the administrators on email changes. An email has been sent to them and you will be informed when your account has been reactivated.',
- 'ACCOUNT_INACTIVE' => 'Your account has been created. However, this board requires account activation, an activation key has been sent to the email address you provided. Please check your email for further information.',
+ 'ACCOUNT_INACTIVE' => 'Your account has been created. However, this board requires account activation. An activation key has been sent to the email address you provided. Please check your email for further information and also be sure to check your junk mail box. It may take a while to get the email depending on your email providers server loads so please be patient.',
'ACCOUNT_INACTIVE_ADMIN' => 'Your account has been created. However, this board requires account activation by the administrator group. An email has been sent to them and you will be informed when your account has been activated.',
'ACTIVATION_EMAIL_SENT' => 'The activation email has been sent to your email address.',
'ACTIVATION_EMAIL_SENT_ADMIN' => 'The activation email has been sent to the administrators email addresses.',