From c9b26ab4bbb190ce122836585bc2740477f20902 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 11:29:43 +0800 Subject: [PATCH] fix: Rename to Windows Unattended & Sysprep (#1096) (#1098) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename title and other mentions of Sysprep to prevent misunderstandings regarding functionality. For the average Windows administrator who simply wants to automate the installation of a Windows ISO, it isn't immediately intuitive when the term “Sysprep” is used on its own. Related to: https://github.com/harvester/harvester/issues/1836 Related to: https://github.com/harvester/harvester-ui-extension/pull/954 (cherry picked from commit 8fba4e7050b4706ba1920ef0492b2274b8488168) Signed-off-by: Volker Theile Co-authored-by: Volker Theile --- pkg/harvester/l10n/en-us.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/harvester/l10n/en-us.yaml b/pkg/harvester/l10n/en-us.yaml index 3902c094..56f8ae85 100644 --- a/pkg/harvester/l10n/en-us.yaml +++ b/pkg/harvester/l10n/en-us.yaml @@ -835,13 +835,13 @@ harvester: title: "Network Data:" tip: "The network-data configuration allows you to customize the instance's networking interfaces by assigning subnet configuration, virtual device creation (bonds, bridges, VLANs) routes and DNS configuration. Learn more" sysprep: - title: Windows Sysprep Configuration + title: Windows Unattended & Sysprep Configuration description: "Configure Windows automated installation using autounattend.xml. The configuration will be stored in a Kubernetes Secret and mounted as a CD-ROM during installation. Learn more" createNew: Create new... - createNewTitle: Create Windows Sysprep Template + createNewTitle: Create Windows Unattended & Sysprep Template xmlContent: autounattend.xml content secret: - label: Windows Sysprep Template + label: Windows Unattended & Sysprep Template validation: invalidXml: Invalid XML syntax invalidNamespace: Invalid unattend.xml namespace. Expected 'urn:schemas-microsoft-com:unattend'