Skip to content

Commit

Permalink
Merge pull request #1 from ScriptInfra/patch-1
Browse files Browse the repository at this point in the history
Update index.ts
  • Loading branch information
ZhangTe authored Oct 13, 2022
2 parents 4a862ce + d7307cb commit 4c66180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ joplin.plugins.register({

const encryptDialog = await dialogs.create('encrypt_dialog');
const encryptDialogForm = `
<p class="fileEncry">Input Your Password:(Twice)</p>
<p class="fileEncry">Encryption Password:</p>
<form name="enc_form" class="fileEncry">
<input type="password" name="password_input_1" autofocus /><br/><br/>
Repeat:
Confirm Password:
<input type="password" name="password_input_2"/><br>
<span name="enc_hint">{log}</span>
</form>
Expand Down

0 comments on commit 4c66180

Please sign in to comment.