Merge pull request #537 from fabianfrz/fix_rspamd_typo

fix typo reported via a forum pm
This commit is contained in:
Fabian Franz, BSc
2018-01-31 17:14:08 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= rspamd
PLUGIN_VERSION= 1.0
PLUGIN_VERSION= 1.1
PLUGIN_COMMENT= Protect your network from spam
PLUGIN_DEPENDS= rspamd
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
@@ -263,13 +263,13 @@
</field>
<field>
<id>rspamd.spamtrap.fuzzy_learning</id>
<label>Fuzzy Leraning</label>
<label>Fuzzy Learning</label>
<type>checkbox</type>
<help>Enable this if you want to enable fuzzy learning.</help>
</field>
<field>
<id>rspamd.spamtrap.spam_learning</id>
<label>Bayes Leraning</label>
<label>Bayes Learning</label>
<type>checkbox</type>
<help>Enable this if you want to enable bayes learning.</help>
</field>