1 parent 142ba1f commit 424eef5Copy full SHA for 424eef5
1 file changed
src/ALZ/Public/Remove-PlatformLandingZone.ps1
@@ -432,7 +432,7 @@ function Remove-PlatformLandingZone {
432
return $false
433
}
434
Write-ToConsoleLog "Initial confirmation received." -IsSuccess
435
- Write-ToConsoleLog "WARNING: This operation is permanent cannot be reversed!" -IsWarning
+ Write-ToConsoleLog "This operation is permanent and cannot be reversed!" -IsWarning
436
Write-ToConsoleLog "Are you sure you want to proceed? Type '$FinalConfirmationText' to perform the highly destructive operation..." -IsWarning
437
$confirmation = Read-Host "Enter the final confirmation text"
438
if ($confirmation -ne $FinalConfirmationText) {
0 commit comments