소스 검색

fix help message for blacklist

CauseFX 4 년 전
부모
커밋
4c6e92de88
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api/classes/organizr.class.php

+ 1 - 1
api/classes/organizr.class.php

@@ -2153,7 +2153,7 @@ class Organizr
 					'name' => 'blacklisted',
 					'label' => 'Blacklisted IP\'s',
 					'value' => $this->config['blacklisted'],
-					'help' => 'WARNING! This can potentially mess up your iFrames',
+					'help' => 'WARNING! This will block anyone with these IP\'s',
 					'options' => $this->makeOptionsFromValues($this->config['blacklisted']),
 					'settings' => '{tags: true}',
 				),