diff options
Diffstat (limited to 'h-source/Application')
-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 e0086ff..2827d31 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -250,6 +250,7 @@ class Notebooks extends Hardware "Acer" => "Acer", "Apple" => "Apple", "Asus" => "Asus", + "CLEVO CO." => "CLEVO-CO", "Compal Electronics" => "Compal-Electronics", "COMPAQ" => "COMPAQ", "Dell" => "Dell", diff --git a/h-source/Application/Include/vendorTranslations.php b/h-source/Application/Include/vendorTranslations.php index adb06ce..1b37549 100644 --- a/h-source/Application/Include/vendorTranslations.php +++ b/h-source/Application/Include/vendorTranslations.php @@ -4223,6 +4223,7 @@ function betterVendor($string) 'Hewlett-Packard' => 'Hewlett Packard', 'Sunplus-Innovation-Technology-Inc' => 'Sunplus Innovation Technology Inc', 'Feiya-Technology-Corp' => 'Feiya Technology Corp.', + "CLEVO-CO" => "CLEVO CO.", ); return (array_key_exists($string,$names)) ? $names[$string] : $string; |