aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZoddo <zoddo.ino@gmail.com>2015-09-12 15:17:41 +0200
committerZoddo <zoddo.ino@gmail.com>2015-09-12 15:17:41 +0200
commit333c07d554f248e08130a6b0ca416a2d53bb351f (patch)
treeb21fd6a3cf0c7734c86ea65657e7b44fc3346515
parent57cb7e41111b272de1fa01696a2652095c9a573d (diff)
downloadforums-333c07d554f248e08130a6b0ca416a2d53bb351f.tar
forums-333c07d554f248e08130a6b0ca416a2d53bb351f.tar.gz
forums-333c07d554f248e08130a6b0ca416a2d53bb351f.tar.bz2
forums-333c07d554f248e08130a6b0ca416a2d53bb351f.tar.xz
forums-333c07d554f248e08130a6b0ca416a2d53bb351f.zip
[ticket/10165] Add more information when sending the test email
PHPBB3-10165
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 2778ce75eb..ba51595dc3 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -576,7 +576,7 @@ $lang = array_merge($lang, array(
'SMTP_SETTINGS' => 'SMTP settings',
'SMTP_USERNAME' => 'SMTP username',
'SMTP_USERNAME_EXPLAIN' => 'Only enter a username if your SMTP server requires it.',
- 'TEST_EMAIL_SENT' => 'The test email has been sent.',
+ 'TEST_EMAIL_SENT' => 'The test email has been sent.<br />If you don’t receive it, please check your emails configuration.<br /><br />If you require assistance, please visit the <a href="https://www.phpbb.com/community/">phpBB support forums</a>.',
'USE_SMTP' => 'Use SMTP server for email',
'USE_SMTP_EXPLAIN' => 'Select “Yes” if you want or have to send email via a named server instead of the local mail function.',
));