Parcourir la source

fix help message for blacklist

CauseFX il y a 4 ans
Parent
commit
4c6e92de88
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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}',
 				),