Skip to content

Commit 39bbf12

Browse files
committed
Chore(lib): add missing default option
1 parent b4feae3 commit 39bbf12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plugin/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ export const DEFAULT_OPTIONS = {
4848
animation : 'zoom',
4949
customClass : CUSTOM_CLASS,
5050
verification : 'continue',
51-
verificationHelp : 'Type "[+:verification]" below to confirm'
51+
verificationHelp : 'Type "[+:verification]" below to confirm',
52+
promptHelp : 'Type in the box below and click "[+:okText]"'
5253
}

0 commit comments

Comments
 (0)