mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Spelling
This commit is contained in:
parent
e26ca3a5ef
commit
c70ddd160b
@ -190,7 +190,7 @@ $skipsysinfoitems = explode(",", $user_settings['widgets']['system_information']
|
||||
// If the uniqueID is available, display it here
|
||||
$idfile = "/var/db/uniqueid";
|
||||
if (file_exists($idfile)) {
|
||||
print("<br />" . gettext("Netgate Uniqie ID:") . " <strong>" . file_get_contents($idfile) . "</strong>");
|
||||
print("<br />" . gettext("Netgate Unique ID:") . " <strong>" . file_get_contents($idfile) . "</strong>");
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user