This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new 03fa895 Clarify user key section headings
03fa895 is described below
commit 03fa895b1613170f5c31167fc265db0f0a40f213
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Jun 18 19:39:19 2025 +0100
Clarify user key section headings
---
atr/templates/keys-review.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/atr/templates/keys-review.html b/atr/templates/keys-review.html
index ed70c86..68e2bbe 100644
--- a/atr/templates/keys-review.html
+++ b/atr/templates/keys-review.html
@@ -25,7 +25,7 @@
class="btn btn-outline-primary">Add your SSH key</a>
</div>
- <h3>OpenPGP keys</h3>
+ <h3>Your OpenPGP keys</h3>
{% if user_keys %}
<div class="table-responsive mb-5">
@@ -71,7 +71,7 @@
</p>
{% endif %}
- <h3>SSH keys</h3>
+ <h3>Your SSH keys</h3>
{% if user_ssh_keys %}
<div class="mb-5 p-4 bg-light rounded">
<div class="d-grid gap-4">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]