mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Wording fix.
This commit is contained in:
parent
6adc8e32c7
commit
c3f4734da7
@ -157,7 +157,7 @@ function display_login_form() {
|
||||
if (file_exists("{$g['tmp_path']}/webconfigurator.lock")) {
|
||||
// TODO: add the IP from the user who did lock the device
|
||||
$whom = file_get_contents("{$g['tmp_path']}/webconfigurator.lock");
|
||||
echo "showajaxmessage('This device is currently beeing maintained by: {$whom}.');";
|
||||
echo "showajaxmessage('This device is currently been maintained by: {$whom}.');";
|
||||
}
|
||||
}
|
||||
exit;
|
||||
@ -261,4 +261,4 @@ if($config['virtualip'])
|
||||
<?php
|
||||
} // end function
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user