Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 21a6bf9

Browse files
committed
change "authenticity" to "integrity", fixes #275
1 parent 888bf71 commit 21a6bf9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

website/templates/new-site/download-os-sections.html.mu

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
{{/isOSX}} {{/files}} {{/current}}
102102

103103
<div class="download-hash">
104-
You can verify the authenticity of this file by
104+
You can verify the integrity of this file by
105105
checking its <strong>SHA-256</strong> hash,
106106
<ul class="hashes">
107107
{{#current}} {{#files}} {{#isOSX}}
@@ -189,7 +189,7 @@
189189
{{/isWindows}} {{/files}} {{/current}}
190190

191191
<div>
192-
You can verify the authenticity of this file by
192+
You can verify the integrity of this file by
193193
checking its <strong>SHA-256</strong> hash,
194194
<ul class="hashes">
195195
{{#current}} {{#files}} {{#isWindows}}
@@ -317,7 +317,7 @@ extra-include-dirs: C:\Program Files\Haskell Platform\8.0.2\mingw\include
317317
{{/isFull}}
318318
{{/isLinux}} {{/files}} {{/current}}
319319
<div>
320-
You can verify the authenticity of this file by
320+
You can verify the integrity of this file by
321321
checking its <strong>SHA-256</strong> hash,
322322
<ul class="hashes">
323323
{{#current}} {{#files}} {{#isLinux}}
@@ -460,7 +460,7 @@ $ sudo emerge haskell-platform</pre>
460460
{{/isSource}} {{/files}} {{/current}}
461461

462462
<div>
463-
You can verify the authenticity of this file by
463+
You can verify the integrity of this file by
464464
checking its <strong>SHA-256</strong> hash,
465465
<ul class="hashes">
466466
{{#current}} {{#files}} {{#isSource}}

website/templates/plan-a/download-os-sections.html.mu

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
{{/isOSX}} {{/files}} {{/current}}
105105

106106
<div class="download-hash">
107-
You can verify the authenticity of this file by
107+
You can verify the integrity of this file by
108108
checking its <strong>SHA-256</strong> hash,
109109
<ul class="hashes">
110110
{{#current}} {{#files}} {{#isOSX}}
@@ -189,7 +189,7 @@
189189
{{/isWindows}} {{/files}} {{/current}}
190190

191191
<div>
192-
You can verify the authenticity of this file by
192+
You can verify the integrity of this file by
193193
checking its <strong>SHA-256</strong> hash,
194194
<ul class="hashes">
195195
{{#current}} {{#files}} {{#isWindows}}
@@ -308,7 +308,7 @@ extra-include-dirs: C:\Program Files\Haskell Platform\8.0.1\mingw\include
308308
{{/isFull}}
309309
{{/isLinux}} {{/files}} {{/current}}
310310
<div>
311-
You can verify the authenticity of this file by
311+
You can verify the integrity of this file by
312312
checking its <strong>SHA-256</strong> hash,
313313
<ul class="hashes">
314314
{{#current}} {{#files}} {{#isLinux}}
@@ -415,7 +415,7 @@ $ sudo emerge haskell-platform</pre>
415415
{{/isSource}} {{/files}} {{/current}}
416416

417417
<div>
418-
You can verify the authenticity of this file by
418+
You can verify the integrity of this file by
419419
checking its <strong>SHA-256</strong> hash,
420420
<ul class="hashes">
421421
{{#current}} {{#files}} {{#isSource}}

0 commit comments

Comments
 (0)