Reword log messages

This commit is contained in:
Manuel Thalmann 2024-08-01 12:32:43 +02:00
parent 66b374e1ad
commit 1452c2c9f2

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;
}
}