소스 검색

[Web] Minor fix

andryyy 6 년 전
부모
커밋
26a267d3b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',
 );