Skip to content

Commit ec8c9f3

Browse files
committed
refactor: rephrase init script description to not mention cloud-init
Depending on the template, it might not be a cloud-init one. Rephrase to avoid confusion.
1 parent 3a129a7 commit ec8c9f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/servers/upCloudVps/lang/english.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$_LANG["OS"] = "Operating System";
99
$_LANG["location"] = "Location";
1010
$_LANG["sshRsa"] = "Provide SSH public key in OpenSSH format";
11-
$_LANG["userData"] = "Cloud-init script for early initialization of cloud instances";
11+
$_LANG["userData"] = "Script for early initialization of cloud instances";
1212
$_LANG["Hostname"] = "Hostname";
1313
$_LANG["VMId"] = "VPS ID";
1414
$_LANG["Template"] = "Template";

0 commit comments

Comments
 (0)