Selaa lähdekoodia

add subnet wording

CauseFX 4 vuotta sitten
vanhempi
commit
2250fee97c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      api/classes/organizr.class.php

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

@@ -2612,7 +2612,7 @@ class Organizr
 					'help' => 'Default status of Remember Me button on login screen',
 					'value' => $this->config['rememberMe'],
 				),
-				$this->settingsOption('multiple-url', 'localIPList', ['label' => 'Override Local IP', 'placeholder' => 'i.e. 123.123.123.123', 'help' => 'IPv4 only at the moment - This will set your login as local if your IP falls within the From and To']),
+				$this->settingsOption('multiple-url', 'localIPList', ['label' => 'Override Local IP or Subnet', 'help' => 'IPv4 only at the moment - This will set your login as local if your IP falls within the From and To']),
 				array(
 					'type' => 'input',
 					'name' => 'wanDomain',