clarify key management form

This commit is contained in:
Daniel Kahn Gillmor 2019-06-05 22:03:12 -04:00 committed by Vincent Breitmoser
parent 149f01a4ff
commit 50c1efc51f
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<form action="/manage" method="POST">
<div class="manage">
<input type="text" name="search_term" class="manageEmail" autofocus
placeholder="Enter any verified address of your key">
placeholder="Enter any verified e-mail address of your key">
<button type="submit" class="manageButton button">
Send
</button>
@ -12,7 +12,7 @@
</form>
<p>
We will send you an e-mail with a link, where you can remove any of your
We will send you an e-mail with a link you can use to remove any of your
e-mail addresses from search.
</p>
{{/layout}}