Skip to content

Commit 0b1e326

Browse files
pi1024etestforstephen
authored andcommitted
User face change: say "Do not show again" instead of "Not show again". (#630)
1 parent 07ce6f7 commit 0b1e326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotCodeReplace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const YES_BUTTON: string = "Yes";
1313

1414
const NO_BUTTON: string = "No";
1515

16-
const NEVER_BUTTON: string = "Not show again";
16+
const NEVER_BUTTON: string = "Do not show again";
1717

1818
enum HcrChangeType {
1919
ERROR = "ERROR",

0 commit comments

Comments
 (0)