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 fb63d22470..d871b01424 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("
" . gettext("Netgate Uniqie ID:") . " " . file_get_contents($idfile) . "");
+ print("
" . gettext("Netgate Unique ID:") . " " . file_get_contents($idfile) . "");
}
?>