From fe537618b1fd8376e56e0fefc521c9f5c7379b69 Mon Sep 17 00:00:00 2001 From: Rosiak Date: Wed, 16 Sep 2015 18:17:04 +0200 Subject: [PATCH] Minor Fixes --- html/pages/api-access.inc.php | 2 +- includes/definitions.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/pages/api-access.inc.php b/html/pages/api-access.inc.php index 5bad919ee..a57cc935b 100644 --- a/html/pages/api-access.inc.php +++ b/html/pages/api-access.inc.php @@ -135,7 +135,7 @@ foreach (dbFetchRows('SELECT `AT`.*,`U`.`username` FROM `api_tokens` AS AT JOIN '.$api['token_hash'].' '.$api['description'].' - + '; } diff --git a/includes/definitions.inc.php b/includes/definitions.inc.php index 5fcdce7b6..618f871b3 100644 --- a/includes/definitions.inc.php +++ b/includes/definitions.inc.php @@ -1278,7 +1278,7 @@ $config['os'][$os]['over'][0]['text'] = 'Traffic'; // MACOSX $os = 'macosx'; -$config['os'][$os]['text'] = 'Apple OSX'; +$config['os'][$os]['text'] = 'Apple OS X'; $config['os'][$os]['type'] = 'server'; $config['os'][$os]['icon'] = 'generic'; $config['os'][$os]['over'][0]['graph'] = 'device_bits';