diff options
Diffstat (limited to 'h-source/Application/Include/vendorTranslations.php')
-rw-r--r-- | h-source/Application/Include/vendorTranslations.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; |