Skip to content

Commit

Permalink
Will not be translated
Browse files Browse the repository at this point in the history
  • Loading branch information
Justman100 authored Jan 29, 2025
1 parent 2643b40 commit eeede39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion js/src/admin/components/AntiSpamSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default class AntiSpamSettingsPage extends ExtensionPage {
})}
</div>
<div className="Section Section--stopforumspam">
<h3>{app.translator.trans('fof-anti-spam.admin.settings.stopforumspam.heading')}</h3>
<h3>StopForumSpam</h3>
<div className="Introduction">
<p className="helpText">
{app.translator.trans('fof-anti-spam.admin.settings.stopforumspam.introduction', {
Expand Down
1 change: 0 additions & 1 deletion locale/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ fof-anti-spam:
move_discussions_to_tags_help: This will move all discussions started by this user to the tag(s) you specified. Clear the tag selection to leave discussions in their original tag(s). Has no effect if the 'Delete discussions' option is enabled.

stopforumspam:
heading: StopForumSpam
introduction: |
Checks new user registrations against the <a>StopForumSpam</a> database. If either the <code>confidence</code> or <code>frequency</code> thresholds are reached, the user is prevented from completing their registration on your forum.
Expand Down

0 comments on commit eeede39

Please sign in to comment.