Skip to content

Commit

Permalink
Set the correct text labels for reCaptch, to be the same as the terms…
Browse files Browse the repository at this point in the history
… used by Google on their webpage
  • Loading branch information
Phil Taylor committed Jan 2, 2015
1 parent 856e9cb commit 345b9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions administrator/language/en-GB/en-GB.plg_captcha_recaptcha.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION="This CAPTCHA plugin uses the reCAPTCHA se
PLG_CAPTCHA_RECAPTCHA="Captcha - ReCaptcha"

; Params
PLG_RECAPTCHA_PUBLIC_KEY_LABEL="Public Key"
PLG_RECAPTCHA_PUBLIC_KEY_LABEL="Site key"
PLG_RECAPTCHA_PUBLIC_KEY_DESC="Used in the JavaScript code that is served to your users. See the plugin description for instructions on getting a public key."
PLG_RECAPTCHA_PRIVATE_KEY_LABEL="Private Key"
PLG_RECAPTCHA_PRIVATE_KEY_LABEL="Secret key"
PLG_RECAPTCHA_PRIVATE_KEY_DESC="Used in the communication between your server and the ReCaptha server. Be sure to keep it a secret. See the plugin description for instructions on getting a private key."
PLG_RECAPTCHA_THEME_LABEL="Theme"
PLG_RECAPTCHA_THEME_DESC="Defines which theme to use for reCAPTCHA."
Expand Down

0 comments on commit 345b9a7

Please sign in to comment.