Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion extension/chrome/elements/add_pubkey.htm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ <h1>Add a public key to email address</h1>
<textarea class="pubkey" placeholder="ASCII Armored Public Key" spellcheck="false" data-test="input-pubkey"></textarea>
</div>
<div class="line orange" id="manual-import-warning" data-test="manual-import-warning">
Manually importing Public Keys can be dangerous
Manually importing Public Keys can be dangerous <br>
Please read the <a href="https://flowcrypt.com/docs/help/raq.html" target="_blank">"Manually importing public keys can be dangerous"</a> before proceeding.
</div>
<div class="line">
<button class="button long orange action_ok" data-test="action-add-pubkey">OK</button>
Expand Down
3 changes: 2 additions & 1 deletion extension/chrome/settings/modules/contacts.htm
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ <h1></h1>

<div id="bulk_import" style="display: none;">
<div class="line orange">
Manually importing Public Keys can be dangerous
Manually importing Public Keys can be dangerous <br>
Please read the <a href="https://flowcrypt.com/docs/help/raq.html" target="_blank">"Manually importing public keys can be dangerous"</a> before proceeding.
</div>
<div class="line" id="file_import">
<a id="fineuploader_button" href="#">Select a file</a> or paste public key(s) below:
Expand Down