aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/ucp.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2018-10-28 10:12:13 +0100
committerJakub Senko <jakubsenko@gmail.com>2018-10-28 10:12:13 +0100
commit1d2a654ad7f34367cc5f8c8b3d5893e617b92f3f (patch)
tree4ff64b0d309db4667f16d4acdb2906a4136686ad /phpBB/language/en/ucp.php
parent30d1048c8e3b66f3a3144974f9f3fc87054b2be2 (diff)
downloadforums-1d2a654ad7f34367cc5f8c8b3d5893e617b92f3f.tar
forums-1d2a654ad7f34367cc5f8c8b3d5893e617b92f3f.tar.gz
forums-1d2a654ad7f34367cc5f8c8b3d5893e617b92f3f.tar.bz2
forums-1d2a654ad7f34367cc5f8c8b3d5893e617b92f3f.tar.xz
forums-1d2a654ad7f34367cc5f8c8b3d5893e617b92f3f.zip
[ticket/10432] Fix errors and address privacy concern
PHPBB3-10432
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r--phpBB/language/en/ucp.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index 301739186c..cfcbc63144 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -373,7 +373,6 @@ $lang = array_merge($lang, array(
'NO_AUTH_EDIT_MESSAGE' => 'You are not authorised to edit private messages.',
'NO_AUTH_FORWARD_MESSAGE' => 'You are not authorised to forward private messages.',
'NO_AUTH_GROUP_MESSAGE' => 'You are not authorised to send private messages to groups.',
- 'NO_AUTH_PASSWORD_REMINDER' => 'You are not authorised to request a new password.',
'NO_AUTH_PROFILEINFO' => 'You are not authorised to change your profile information.',
'NO_AUTH_READ_HOLD_MESSAGE' => 'You are not authorised to read private messages that are on hold.',
'NO_AUTH_READ_MESSAGE' => 'You are not authorised to read private messages.',
@@ -412,7 +411,7 @@ $lang = array_merge($lang, array(
'PASS_TYPE_SYMBOL_EXPLAIN' => 'Password must be between %1$s and %2$s long, must contain letters in mixed case, must contain numbers and must contain symbols.',
'PASSWORD' => 'Password',
'PASSWORD_ACTIVATED' => 'Your new password has been activated.',
- 'PASSWORD_UPDATED' => 'A new password was sent to your registered email address.',
+ 'PASSWORD_UPDATED_IF_EXISTED' => 'If your account exists a new password was sent to your registered email address. If it does not, it may be because you are banned, not activated your account yet or not allowed to change password. Contact admin if that is the case.',
'PERMISSIONS_RESTORED' => 'Successfully restored original permissions.',
'PERMISSIONS_TRANSFERRED' => 'Successfully transferred permissions from <strong>%s</strong>, you are now able to browse the board with this user’s permissions.<br />Please note that admin permissions were not transferred. You are able to revert to your permission set at any time.',
'PM_DISABLED' => 'Private messaging has been disabled on this board.',