From dba74e12841dbc7e92620225b7187c6e19540e87 Mon Sep 17 00:00:00 2001 From: Steve Beaver Date: Tue, 2 Jun 2020 15:34:38 -0400 Subject: [PATCH] Fix Google Cloud Platform spelling (cherry picked from commit 8a162959a3107f607722024356f788f610ac7fdf) --- src/etc/inc/system.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index 81ca4fbec12..9436b2ebe03 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -2418,7 +2418,7 @@ function system_identify_specific_platform() { if (stripos($bios[0], "amazon") !== false) { return (array('name' => 'AWS', 'descr' => 'Amazon Web Services')); } else if (stripos($bios[0], "Google") !== false) { - return (array('name' => 'Google', 'descr' => 'Google Cloud Compute')); + return (array('name' => 'Google', 'descr' => 'Google Cloud Platform')); } switch ($product[0]) {