diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-09-18 14:23:41 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-09-18 14:23:41 +0200 |
commit | 3066cd700a72dc0bb00611c8650e83c8a8a81d18 (patch) | |
tree | 50c397c8d13ecca5a8d31f4c3a0bd4d9503ca797 /phpBB/adm/style | |
parent | bad07b355ca9f0d4cba4da5957a5cf3351523511 (diff) | |
parent | ab9cdcadfb65000631272079b27e6438807e8ae8 (diff) | |
download | forums-3066cd700a72dc0bb00611c8650e83c8a8a81d18.tar forums-3066cd700a72dc0bb00611c8650e83c8a8a81d18.tar.gz forums-3066cd700a72dc0bb00611c8650e83c8a8a81d18.tar.bz2 forums-3066cd700a72dc0bb00611c8650e83c8a8a81d18.tar.xz forums-3066cd700a72dc0bb00611c8650e83c8a8a81d18.zip |
Merge pull request #2875 from PayBas/ticket/12961
[ticket/12961] Add link in anti-spam ACP page which links directly to captchas in titania
* PayBas/ticket/12961:
[ticket/12961] Shorten ext-db link text
[ticket/12961] Fix missing phpBB.com
[ticket/12961] Remove target="_blank" and switch to <strong>
[ticket/12961] Add additional link to the KB
[ticket/12961] Move link to language file
[ticket/12961] Refactor lang entry
[ticket/12961] Change url to anti-spam-ext
[ticket/12961] Change url to https://www.phpbb.com/go/anti-spam/
[ticket/12961] Add link in anti-spam ACP page to titania
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_captcha.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html index df4c675209..f4866653c3 100644 --- a/phpBB/adm/style/acp_captcha.html +++ b/phpBB/adm/style/acp_captcha.html @@ -6,6 +6,7 @@ <p>{L_ACP_VC_SETTINGS_EXPLAIN}</p> +<p>{L_ACP_VC_EXT_GET_MORE}</p> <form id="acp_captcha" method="post" action="{U_ACTION}"> |