Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f47abf

Browse files
authoredMar 11, 2021
Use title case and shorter notification text (#3237)
Fixes #3236
1 parent 95479ce commit 3f47abf

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)
Please sign in to comment.