Skip to content

Commit 3a129a7

Browse files
committed
refactor: more user visible string improvements
Partially reverts 9f08ccd -- it makes sense to use the ~standard "VPS" word in these contexts.
1 parent 44cd18c commit 3a129a7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

modules/servers/upCloudVps/lang/english.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$_LANG["sshRsa"] = "Provide SSH public key in OpenSSH format";
1111
$_LANG["userData"] = "Cloud-init script for early initialization of cloud instances";
1212
$_LANG["Hostname"] = "Hostname";
13-
$_LANG["VMId"] = "Server ID";
13+
$_LANG["VMId"] = "VPS ID";
1414
$_LANG["Template"] = "Template";
1515
$_LANG["Plan"] = "Plan";
1616
$_LANG["Status"] = "Status";
@@ -19,7 +19,7 @@
1919
$_LANG["Access"] = "Access";
2020
$_LANG["Family"] = "Family";
2121
$_LANG["Interface"] = "Interface";
22-
$_LANG["VmInfo"] = "Server Information";
22+
$_LANG["VmInfo"] = "VPS Information";
2323
$_LANG["vncEnabled"] = "VNC Enabled";
2424
$_LANG["vncPassword"] = "VNC Password";
2525
$_LANG["vncPort"] = "VNC Port";
@@ -54,8 +54,8 @@
5454
$_LANG["username"] = "Username";
5555
$_LANG["IPAddresses"] = "IP Addresses";
5656
$_LANG["Action"] = "Action";
57-
$_LANG["basicdetails"] = "Server Basic Required Information";
58-
$_LANG["basicdescription"] = "Here are the essential day-to-day details you should keep readily accessible for connecting to your server whenever the need arises.";
57+
$_LANG["basicdetails"] = "VPS Basic Required Information";
58+
$_LANG["basicdescription"] = "Here are the essential day-to-day details you should keep readily accessible for connecting to your VPS whenever the need arises.";
5959

6060

6161
///vnc
@@ -85,18 +85,18 @@
8585

8686
//server
8787
$_LANG['server']['title'] = 'Server Configuration';
88-
$_LANG['server']['description'] = 'Your server configuration can be updated here. By adjusting default configurations, you\'re making changes that could potentially disrupt the typical behavior of your server.';
88+
$_LANG['server']['description'] = 'Your VPS configuration can be updated here. By adjusting the default configuration, you\'re making changes that could potentially disrupt the typical behavior of your VPS.';
8989
$_LANG['server']['edit'] = 'Edit Server Configuration';
9090
$_LANG['server']['hostname'] = 'Hostname';
9191
$_LANG['server']['display'] = 'Display Adapter';
9292
$_LANG['server']['network'] = 'Network Adapter';
9393
$_LANG['server']['timezone'] = 'Timezone';
9494
$_LANG['server']['boot'] = 'Boot Order';
9595
$_LANG['server']['save'] = 'Save Configuration';
96-
$_LANG['ajax']['saveServerConfiguration'] = "Server configuration has been saved successfully";
96+
$_LANG['ajax']['saveServerConfiguration'] = "VPS Configuration has been saved successfully";
9797

9898

9999
$_LANG["custom"] = "Custom";
100100
$_LANG["custDesc"] = "User Supplied Plans";
101101
$_LANG['bandwidth']['title'] = 'Bandwidth Graphs';
102-
$_LANG['bandwidth']['description'] = 'Your server usage over time can be viewed here.';
102+
$_LANG['bandwidth']['description'] = 'Your VPS bandwidth usage over time can be viewed here.';

0 commit comments

Comments
 (0)