diff options
author | 赵智超 <1012112796@qq.com> | 2020-05-29 16:36:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 11:36:51 +0300 |
commit | ab73b5657597043d0588976ba14a86fb2ce3a413 (patch) | |
tree | 4e1f77f376ec4d26fb8a36c3c671fa9a99fd3bbc /options/locale | |
parent | bd2335671f0dce454a8cb669ed635a97be77f414 (diff) | |
download | gitea-ab73b5657597043d0588976ba14a86fb2ce3a413.tar.gz gitea-ab73b5657597043d0588976ba14a86fb2ce3a413.zip |
translate: Change translate for admin.config.enable_captcha (#11657)
* translate: Change translate for admin.config.enable_captcha
add 'register' to make it more accurate
Signed-off-by: a1012112796 <1012112796@qq.com>
* Update options/locale/locale_en-US.ini
Co-authored-by: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com>
Co-authored-by: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 17c681df42..57ab4966a3 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -166,7 +166,7 @@ openid_signin = Enable OpenID Sign-In openid_signin_popup = Enable user sign-in via OpenID. openid_signup = Enable OpenID Self-Registration openid_signup_popup = Enable OpenID-based user self-registration. -enable_captcha = Enable CAPTCHA +enable_captcha = Enable registration CAPTCHA enable_captcha_popup = Require a CAPTCHA for user self-registration. require_sign_in_view = Require Sign-In to View Pages require_sign_in_view_popup = Limit page access to signed-in users. Visitors will only see the 'sign in' and registration pages. |