summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-04-28 12:24:23 -0400
committerRenato Botelho <renato@netgate.com>2017-05-02 12:33:26 -0300
commitc70ddd160be4f4184dc1b1237e6fe2ad7ef32bbe (patch)
treede7bb800bda23edc1ed21e8bb45a3a753ef1da89
parente26ca3a5efc1ee7d2bf3a399b8c1e4414703dc7f (diff)
downloadpfsense-c70ddd160be4f4184dc1b1237e6fe2ad7ef32bbe.zip
pfsense-c70ddd160be4f4184dc1b1237e6fe2ad7ef32bbe.tar.gz
Spelling
-rw-r--r--src/usr/local/www/widgets/widgets/system_information.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/system_information.widget.php b/src/usr/local/www/widgets/widgets/system_information.widget.php
index fb63d22..d871b01 100644
--- a/src/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/src/usr/local/www/widgets/widgets/system_information.widget.php
@@ -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>
OpenPOWER on IntegriCloud