Skip to content

Commit

Permalink
Fix spellings
Browse files Browse the repository at this point in the history
  • Loading branch information
davydovct committed Feb 28, 2018
1 parent 11aebfb commit 5e147ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Antispam/Antispam.body.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function ct_set_challenge(val) {
';
$html = sprintf( $html, $field_id, $wgCTHiddenFieldName, $wgCTHiddenFieldDefault, $field_id, $ct_checkjs_key );

$html .= '<noscript><p><b>Please enable JavaScript to pass anti-spam protection!</b><br />Here are the instructions how to enable JavaScript in your web browser <a href="http://www.enable-javascript.com" rel="nofollow" target="_blank">http://www.enable-javascript.com</a>.<br />' . $wgCTExtName . '.</p></noscript>';
$html .= '<noscript><p><b>Please enable JavaScript to pass antispam protection!</b><br />Here are the instructions how to enable JavaScript in your web browser <a href="http://www.enable-javascript.com" rel="nofollow" target="_blank">http://www.enable-javascript.com</a>.<br />' . $wgCTExtName . '.</p></noscript>';

return $html;
}
Expand Down
4 changes: 2 additions & 2 deletions Antispam/Antispam.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
/**
* Extension name
*/
$wgCTExtName = 'Anti-spam by CleanTalk';
$wgCTExtName = 'Antispam by CleanTalk';

/**
* Field name for JavaScript test
Expand All @@ -64,7 +64,7 @@

/**
* Show link to CleanTalk
* Enabling this option places a small link under the comment form that lets others know what anti-spam tool protects your site.
* Enabling this option places a small link under the comment form that lets others know what antispam tool protects your site.
*/
$wgCTShowLink = true;

Expand Down
2 changes: 1 addition & 1 deletion Antispam/sfw_die_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h3>Please click bellow to pass protection</h3>
</div>
</div>
<div class="footer">
<a href="https://cleantalk.org" target="_blank">Anti-Spam by CleanTalk</a>
<a href="https://cleantalk.org" target="_blank">Antispam by CleanTalk</a>
</div>
<script type="text/javascript">
document.getElementById('js_info').style.display = 'none';
Expand Down

0 comments on commit 5e147ae

Please sign in to comment.