Skip to content

Commit 8341cf3

Browse files
committed
refactor: change module display name to "UpCloud Server"
UpCloud is spelled with a capital "U", and we do not currently use the term "VPS" with our products. The previous version of the UpCloud WHMCS module used "UpCloud VM" which would likely be ok as well, but better to differentiate in case both old and this version of the module are both installed.
1 parent 9f08ccd commit 8341cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/servers/upCloudVps/upCloudVps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
function upCloudVps_MetaData()
1515
{
1616
return [
17-
'DisplayName' => 'upCloud VPS',
17+
'DisplayName' => 'UpCloud Server',
1818
'APIVersion' => '1.3',
1919
'ServiceSingleSignOnLabel' => 'Login to Panel as User',
2020
'RequiresServer' => true,

0 commit comments

Comments
 (0)