diff options
author | PayBas <contact@paybas.com> | 2014-08-14 22:22:20 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-08-14 22:22:20 +0200 |
commit | 73426d2d304537144c00ff84d6e38eba9d92e45a (patch) | |
tree | b7d836e7abd74519542fd2d6651bc0e89ef05eb7 /phpBB/adm | |
parent | 27bb2b72893b9bf59601ae78a02e59788e956e32 (diff) | |
download | forums-73426d2d304537144c00ff84d6e38eba9d92e45a.tar forums-73426d2d304537144c00ff84d6e38eba9d92e45a.tar.gz forums-73426d2d304537144c00ff84d6e38eba9d92e45a.tar.bz2 forums-73426d2d304537144c00ff84d6e38eba9d92e45a.tar.xz forums-73426d2d304537144c00ff84d6e38eba9d92e45a.zip |
[ticket/12961] Refactor lang entry
PHPBB3-12961
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_captcha.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html index e64ed58c2e..f4866653c3 100644 --- a/phpBB/adm/style/acp_captcha.html +++ b/phpBB/adm/style/acp_captcha.html @@ -6,7 +6,7 @@ <p>{L_ACP_VC_SETTINGS_EXPLAIN}</p> -<p>{L_ACP_VC_EXT_GET_MORE} <a href="https://www.phpbb.com/go/anti-spam-ext" target="_blank" style="font-weight: bold;">{L_ACP_VC_EXT_LINK}</a></p> +<p>{L_ACP_VC_EXT_GET_MORE}</p> <form id="acp_captcha" method="post" action="{U_ACTION}"> |