From 3412b48d874d1ef1a57a7b1aee85e793dd1eb770 Mon Sep 17 00:00:00 2001 From: Howard Kapustein Date: Thu, 27 Jan 2022 18:59:28 -0800 Subject: [PATCH] Reworded a password prompt for clarity --- tools/DevCheck.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/DevCheck.ps1 b/tools/DevCheck.ps1 index fcbfbcb743..94defd081e 100644 --- a/tools/DevCheck.ps1 +++ b/tools/DevCheck.ps1 @@ -322,7 +322,7 @@ function Repair-DevTestPfx } elseif ($NoInteractive -eq $false) { - $password_plaintext = Read-Host -Prompt 'Enter test certificate password' + $password_plaintext = Read-Host -Prompt 'Creating test certificate. Please enter a password' } if ([string]::IsNullOrEmpty($password_plaintext)) {