Skip to content

Commit b7ea7d4

Browse files
committed
Use title case and shorter notification text
Fixes PowerShell#3236
1 parent 95479ce commit b7ea7d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/UpdatePowerShell.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ export async function InvokePowerShellUpdateCheck(
9090
},
9191
{
9292
id: 1,
93-
title: "Not now",
93+
title: "Not Now",
9494
},
9595
{
9696
id: 2,
97-
title: "Do not show this notification again",
97+
title: "Don't Show Again",
9898
},
9999
];
100100

0 commit comments

Comments
 (0)