Reword log messages

This commit is contained in:
Manuel Thalmann 2024-08-01 12:32:43 +02:00
parent a1fbe3392a
commit 72c7bf9924

View file

@ -24,7 +24,7 @@ function Update-WindowsInstallation {
Write-Information "Windows will reboot now and the installation will be continued automatically.";
return;
} else {
Write-Information "Upgrading Windows finished successfully!";
Write-Information "Updating Windows finished successfully!";
return;
}
}