Merge pull request #120 from mCaptcha/feat-help-text-in-publishing-data
feat: link to mCaptcha net blog post from the captcha creation form
This commit is contained in:
commit
606d22cc9d
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
<. } .>
|
<. } .>
|
||||||
|
|
||||||
<label class="sitekey-form__label" for="publish_benchmarks">
|
<label class="sitekey-form__label" for="publish_benchmarks">
|
||||||
Anonymously publish CAPTCHA performance statistics to help other webmasters
|
Anonymously publish CAPTCHA performance statistics to help other webmasters. <a href="https://mcaptcha.org/blog/introducing-mcaptcha-net">Please see here for more info</a>.
|
||||||
<input
|
<input
|
||||||
class="sitekey-form__input"
|
class="sitekey-form__input"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
|
|
|
@ -76,7 +76,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
|
|
||||||
<label class="sitekey-form__label" for="publish_benchmarks">
|
<label class="sitekey-form__label" for="publish_benchmarks">
|
||||||
Anonymously publish CAPTCHA performance statistics to help other webmasters
|
Anonymously publish CAPTCHA performance statistics to help other webmasters. <a href="https://mcaptcha.org/blog/introducing-mcaptcha-net">Please see here for more info</a>.
|
||||||
<input
|
<input
|
||||||
class="sitekey-form__input"
|
class="sitekey-form__input"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
|
|
Loading…
Reference in a new issue