diff options
author | Chris Buechler <cmb@pfsense.org> | 2011-02-20 17:31:35 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2011-02-20 17:31:35 -0500 |
commit | 75bf4f143cbf9540442e0fafb3049b3b34cb442f (patch) | |
tree | 6ffc5e8438201087ce2c653432f98dabea582d4f /usr/local | |
parent | c7d56176267d644a97aa69372d726128b3231cba (diff) | |
download | pfsense-75bf4f143cbf9540442e0fafb3049b3b34cb442f.zip pfsense-75bf4f143cbf9540442e0fafb3049b3b34cb442f.tar.gz |
fix default password display
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/diag_defaults.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_defaults.php b/usr/local/www/diag_defaults.php index 85c05da..612e02a 100755 --- a/usr/local/www/diag_defaults.php +++ b/usr/local/www/diag_defaults.php @@ -73,7 +73,7 @@ include("head.inc"); <li><?=gettext("Reboot after changes are installed");?></li> <li><?=gettext("WAN interface will be set to obtain an address automatically from a DHCP server");?></li> <li><?=gettext("webConfigurator admin username will be reset to 'admin'");?></li> - <li><?=gettext("webConfigurator admin password will be reset to");?> '<?=$g['product_name']?>'</li> + <li><?=gettext("webConfigurator admin password will be reset to");?> '<?=$g['factory_shipped_password']?>'</li> </ul> <?=gettext("Are you sure you want to proceed?");?></strong></p> |