From 85a9dfb37ee328f7e163cdbd670691d87817a553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 26 Nov 2024 10:40:51 +0200 Subject: [PATCH] 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. --- modules/servers/upCloudVps/lang/english.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/servers/upCloudVps/lang/english.php b/modules/servers/upCloudVps/lang/english.php index 1b46360..5be2091 100644 --- a/modules/servers/upCloudVps/lang/english.php +++ b/modules/servers/upCloudVps/lang/english.php @@ -8,7 +8,7 @@ $_LANG["OS"] = "Operating System"; $_LANG["location"] = "Location"; $_LANG["sshRsa"] = "Provide SSH public key in OpenSSH format"; -$_LANG["userData"] = "Cloud-init script for early initialization of cloud instances"; +$_LANG["userData"] = "Script for early initialization of cloud instances"; $_LANG["Hostname"] = "Hostname"; $_LANG["VMId"] = "Server ID"; $_LANG["Template"] = "Template";