From 424eef5898555c27adee853538add7b0ed17cc42 Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Mon, 17 Nov 2025 09:43:52 +0000 Subject: [PATCH] fix: typos in warning messages --- src/ALZ/Public/Remove-PlatformLandingZone.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ALZ/Public/Remove-PlatformLandingZone.ps1 b/src/ALZ/Public/Remove-PlatformLandingZone.ps1 index 21855fc..26ee1a2 100644 --- a/src/ALZ/Public/Remove-PlatformLandingZone.ps1 +++ b/src/ALZ/Public/Remove-PlatformLandingZone.ps1 @@ -432,7 +432,7 @@ function Remove-PlatformLandingZone { return $false } Write-ToConsoleLog "Initial confirmation received." -IsSuccess - Write-ToConsoleLog "WARNING: This operation is permanent cannot be reversed!" -IsWarning + Write-ToConsoleLog "This operation is permanent and cannot be reversed!" -IsWarning Write-ToConsoleLog "Are you sure you want to proceed? Type '$FinalConfirmationText' to perform the highly destructive operation..." -IsWarning $confirmation = Read-Host "Enter the final confirmation text" if ($confirmation -ne $FinalConfirmationText) {