rename "delete" to "manage" (wip)

This commit is contained in:
Vincent Breitmoser 2019-05-25 14:16:03 +02:00
parent c3632b9c32
commit 5ff5d8e58f
No known key found for this signature in database
GPG Key ID: 7BD18320DEADFA11
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{{#> layout }}
{{> search-form}}
<div class="row">
<p>You can also <a href="/upload">upload</a> or <a href="/manage">delete</a> your key.</p>
<p>You can also <a href="/upload">upload</a> or <a href="/manage">manage</a> your key.</p>
</div>
<div class="row">

View File

@ -1,5 +1,5 @@
{{#> layout }}
<center><h2>Delete</h2></center>
<center><h2>Manage</h2></center>
<p>
Enter any verified address for your key.
@ -16,7 +16,7 @@
</form>
<p>
We will send you an e-mail with a link, where you can choose which
addresses to remove from your key.
We will send you an e-mail with a link, where you can unlist your key for
any of its e-mail addresses.
</p>
{{/layout}}