From b7ea7d48c2603bec594251d5ed97a225436a24d1 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Thu, 11 Mar 2021 05:33:37 -0800 Subject: [PATCH] Use title case and shorter notification text Fixes #3236 --- src/features/UpdatePowerShell.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/UpdatePowerShell.ts b/src/features/UpdatePowerShell.ts index 71a7d4c1ba..f66038d091 100644 --- a/src/features/UpdatePowerShell.ts +++ b/src/features/UpdatePowerShell.ts @@ -90,11 +90,11 @@ export async function InvokePowerShellUpdateCheck( }, { id: 1, - title: "Not now", + title: "Not Now", }, { id: 2, - title: "Do not show this notification again", + title: "Don't Show Again", }, ];