diff options
author | Steve Beaver <sbeaver@netgate.com> | 2017-04-28 12:24:23 -0400 |
---|---|---|
committer | Steve Beaver <sbeaver@netgate.com> | 2017-04-28 12:24:23 -0400 |
commit | d126064dcdf36430a82253dc988084bf01f4102e (patch) | |
tree | 814d658b49756f3feea7cbd35556d5ac704beb3c /src/usr | |
parent | a59c98356382607cb9757ea8e0718eef047f184b (diff) | |
download | pfsense-d126064dcdf36430a82253dc988084bf01f4102e.zip pfsense-d126064dcdf36430a82253dc988084bf01f4102e.tar.gz |
Spelling
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/local/www/widgets/widgets/system_information.widget.php | 2 |
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 783be28..10db1ef 100644 --- a/src/usr/local/www/widgets/widgets/system_information.widget.php +++ b/src/usr/local/www/widgets/widgets/system_information.widget.php @@ -160,7 +160,7 @@ $rows_displayed = false; // 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> |