From c70ddd160be4f4184dc1b1237e6fe2ad7ef32bbe Mon Sep 17 00:00:00 2001 From: Steve Beaver Date: Fri, 28 Apr 2017 12:24:23 -0400 Subject: Spelling --- src/usr/local/www/widgets/widgets/system_information.widget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www') 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("
" . gettext("Netgate Uniqie ID:") . " " . file_get_contents($idfile) . ""); + print("
" . gettext("Netgate Unique ID:") . " " . file_get_contents($idfile) . ""); } ?> -- cgit v1.1