aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2022-08-05 11:04:21 -0700
committerMatthew Marchese <maffblaster@gentoo.org>2022-08-05 11:04:21 -0700
commitad1a808133e6823045e279643f4a111c5a17157d (patch)
treebd1d05cb9d14f3b7b72885002d122cb38d1ab140
parentinside-gentoo/developers: add explicit link to keys.gentoo.org, add WKD instr... (diff)
downloadwww-ad1a808133e6823045e279643f4a111c5a17157d.tar.gz
www-ad1a808133e6823045e279643f4a111c5a17157d.tar.bz2
www-ad1a808133e6823045e279643f4a111c5a17157d.zip
Sentence case for table header.
Remove some second person language. Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
-rw-r--r--downloads/signatures/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/downloads/signatures/index.html b/downloads/signatures/index.html
index 9c3591d..01503c3 100644
--- a/downloads/signatures/index.html
+++ b/downloads/signatures/index.html
@@ -13,7 +13,7 @@ nav2-show: true
<table class="table table-striped">
<tr>
- <th>Key Fingerprint</th>
+ <th>Key fingerprint</th>
<th>Description</th>
<th>Created</th>
<th>Expiry</th>
@@ -32,7 +32,7 @@ nav2-show: true
</tr>
<tr>
<td><kbd>EF9538C9E8E64311A52CDEDFA13D0EF1914E7A72</kbd></td>
- <td><a rel='external' href='https://github.com/gentoo-mirror/'>Gentoo repository mirrors</a> (automated git signing key)</td>
+ <td><a rel='external' href='https://github.com/gentoo-mirror/'>Gentoo repository mirrors (GitHub)</a> (automated git signing key)</td>
<td>2018-05-28</td>
<td>2023-07-01</td>
</tr>
@@ -69,13 +69,13 @@ nav2-show: true
<h3 class="panel-title"><span class="fa fa-fw fa-check-circle-o"></span> Verifying files</h3>
</div>
<div class="panel-body">
- <p>To verify downloaded files are not tampered with, you need the <tt>.asc</tt> signature file matching your release and the matching key from the table above.</p>
+ <p>To verify downloaded files are not tampered with, the <tt>.asc</tt> signature file matching the release and the matching key from the table above are needed.</p>
<p>Fetch the key:</p>
<p><kbd>gpg --keyserver hkps://keys.gentoo.org --recv-keys &lt;key fingerprint&gt;</kbd></p>
- <p>Alternatively, you can fetch a bundle containing all listed keys:</p>
+ <p>Alternatively, fetch a bundle containing all listed keys:</p>
<p><kbd>wget -O - https://qa-reports.gentoo.org/output/service-keys.gpg | gpg --import</kbd></p>