summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authormarjohn56 <martin@queens-park.com>2016-12-23 08:20:43 +0000
committerGitHub <noreply@github.com>2016-12-23 08:20:43 +0000
commit1b17a4c9a49d648091811c6ec49eb633a9bfb9a6 (patch)
tree67e15ca4586d44085a07cf00944a0162059fae40 /src/usr/local/www/system_advanced_network.php
parente8165036d22ed0b3efa15a3cd2e64f015393552f (diff)
downloadpfsense-1b17a4c9a49d648091811c6ec49eb633a9bfb9a6.zip
pfsense-1b17a4c9a49d648091811c6ec49eb633a9bfb9a6.tar.gz
changed to text to reflect standard text in other options.
Diffstat (limited to 'src/usr/local/www/system_advanced_network.php')
-rw-r--r--src/usr/local/www/system_advanced_network.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_advanced_network.php b/src/usr/local/www/system_advanced_network.php
index b36f7d0..8b8c7a8 100644
--- a/src/usr/local/www/system_advanced_network.php
+++ b/src/usr/local/www/system_advanced_network.php
@@ -208,8 +208,8 @@ $section->addInput(new Form_Input(
['placeholder' => $duid]
))->setWidth(9)->sethelp('The current DUID is displayed above. You may enter a new DUID whuch will be used on the next WAN interface UP event.' .'<br />' .
'Unless you enter a DUID the system will default to using the DUID created by the client on start, this DUID is NOT saved to config.' .
- 'It is strongly recommended if you use RAM disk to enter a DUID here and then SAVE, the DUID will then be saved to config also and' .
- ' will be active on the next WAN interface UP event.');
+ 'It is strongly recommended if you use RAM disk to enter a DUID here and then save. The saved DUID will take effect after a machine'.
+ ' reboot or re-configure of the WAN interface(s).');
$form->add($section);
$section = new Form_Section('Network Interfaces');
OpenPOWER on IntegriCloud