diff options
-rw-r--r-- | h-source/Application/Include/hardware.php | 1 | ||||
-rw-r--r-- | h-source/Application/Include/vendorTranslations.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index bcfd635..02b6752 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -267,6 +267,7 @@ class Notebooks extends Hardware "Acer" => "Acer", "Apple" => "Apple", "Asus" => "Asus", + "Blue Light" => "Blue-Light", "CLEVO CO." => "CLEVO-CO", "Compal Electronics" => "Compal-Electronics", "COMPAQ" => "COMPAQ", diff --git a/h-source/Application/Include/vendorTranslations.php b/h-source/Application/Include/vendorTranslations.php index 8d6e25b..09d1298 100644 --- a/h-source/Application/Include/vendorTranslations.php +++ b/h-source/Application/Include/vendorTranslations.php @@ -28,6 +28,7 @@ function betterVendor($string) $exceptions = array( "One-Laptop-per-Child-Non-Profit" => "One Laptop per Child (Non-Profit)", "ZaReason-Inc" => "ZaReason, Inc", + "Blue-Light" => "Blue Light", ); return (array_key_exists($string,$exceptions)) ? $exceptions[$string] : $vendors->getFullName($string); |