Skip to content

Commit

Permalink
replace 'email password'
Browse files Browse the repository at this point in the history
  • Loading branch information
vahram-papazyan committed May 9, 2024
1 parent c0fbb59 commit 851fcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/chrome/elements/compose.htm
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h1 id="header_title" data-test="header-title">New Secure Message</h1>
<a href="https://flowcrypt.com/docs/getting-started/send-and-receive/send/send-password-protected-emails.html" target="_blank"
>password-protected</a
>:
<input id="input_password" autocomplete="off" placeholder="email password" tabindex="5" data-test="input-password" maxlength="256" />
<input id="input_password" autocomplete="off" placeholder="message password" tabindex="5" data-test="input-password" maxlength="256" />
</div>
<div class="warning_no_pubkey_on_attester">
<span data-test="container-no-pubkey-on-attester">
Expand Down

0 comments on commit 851fcdb

Please sign in to comment.