Browse Source

[Web] Minor fix

andryyy 5 years ago
parent
commit
26a267d3b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/web/inc/vars.inc.php

+ 1 - 1
data/web/inc/vars.inc.php

@@ -165,5 +165,5 @@ $RSPAMD_MAPS = array(
   'Recipient Whitelist' => 'global_rcpt_whitelist.map',
   'Fishy TLDS (only fired in combination with bad words)' => 'fishy_tlds.map',
   'Bad Words (only fired in combination with fishy TLDs)' => 'bad_words.map',
-  'Bad languages' => 'bad_languages.map',
+  'Bad Languages' => 'bad_languages.map',
 );