Skip to content

Commit

Permalink
Fix Google Cloud Platform spelling
Browse files Browse the repository at this point in the history
(cherry picked from commit 8a16295)
  • Loading branch information
sbeaver-netgate authored and rbgarga committed Jun 2, 2020
1 parent 107a804 commit dba74e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/inc/system.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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]) {
Expand Down

0 comments on commit dba74e1

Please sign in to comment.