aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2019-05-24 09:58:44 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-09-24 14:04:32 +0200
commitd7dd91d0e25638373c57c9813f4c7b13deff84c3 (patch)
tree07b6437d49815f4f83028af652b5e2d3161278c8 /phpBB/language
parent25d3292d30683e00e315586643f36f44c492a8dc (diff)
downloadforums-d7dd91d0e25638373c57c9813f4c7b13deff84c3.tar
forums-d7dd91d0e25638373c57c9813f4c7b13deff84c3.tar.gz
forums-d7dd91d0e25638373c57c9813f4c7b13deff84c3.tar.bz2
forums-d7dd91d0e25638373c57c9813f4c7b13deff84c3.tar.xz
forums-d7dd91d0e25638373c57c9813f4c7b13deff84c3.zip
[ticket/15564] Improve wording since captcha can be invisible now
PHPBB3-15564
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index f77cf0c0c8..5f47fbe6ed 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -392,7 +392,7 @@ $lang = array_merge($lang, array(
'LOGIN_CHECK_PM' => 'Log in to check your private messages.',
'LOGIN_CONFIRMATION' => 'Confirmation of login',
'LOGIN_CONFIRM_EXPLAIN' => 'To prevent brute forcing accounts the board requires you to enter a confirmation code after a maximum amount of failed logins. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.', // unused
- 'LOGIN_ERROR_ATTEMPTS' => 'You exceeded the maximum allowed number of login attempts. In addition to your username and password you now also have to solve the CAPTCHA below.',
+ 'LOGIN_ERROR_ATTEMPTS' => 'You exceeded the maximum allowed number of login attempts. In addition to your username and password you now also have to pass the CAPTCHA test.',
'LOGIN_ERROR_EXTERNAL_AUTH_APACHE' => 'You have not been authenticated by Apache.',
'LOGIN_ERROR_OAUTH_SERVICE_DOES_NOT_EXIST' => 'A non-existant OAuth service has been requested.',
'LOGIN_ERROR_PASSWORD' => 'You have specified an incorrect password. Please check your password and try again. If you continue to have problems please contact the %sBoard Administrator%s.',