Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#5707 Replace "email password" with "message password" in the Secure Compose window #5708

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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