@@ -70,9 +70,9 @@ <h2 class="heading-wsubtitle__heading">Release Version {{ release.version }}</h2
70
70
< i class ="fa fa-download " aria-hidden ="true "> </ i >
71
71
Download
72
72
</ a >
73
- < a href ="#copy-checksum -modal-{{ loop.index }} " class ="dropdown__link ">
73
+ < a href ="#copy-hash -modal-{{ loop.index }} " class ="dropdown__link ">
74
74
< i class ="fa fa-hashtag " aria-hidden ="true "> </ i >
75
- View Checksums
75
+ View Hashes
76
76
</ a >
77
77
< a href ="#delete-file-modal-{{ loop.index }} " class ="dropdown__link ">
78
78
< i class ="fa fa-trash " aria-hidden ="true "> </ i >
@@ -169,46 +169,46 @@ <h3 class="modal__title">Delete {{ file.filename }}?</h3>
169
169
</ div >
170
170
</ div >
171
171
172
- < div id ="copy-checksum -modal-{{ loop.index }} " class ="modal modal--wide ">
172
+ < div id ="copy-hash -modal-{{ loop.index }} " class ="modal modal--wide ">
173
173
< div class ="modal__content " role ="dialog ">
174
174
< a href ="#modal-close " title ="Close " class ="modal__close ">
175
175
< i class ="fa fa-times " aria-hidden ="true "> </ i >
176
176
< span class ="sr-only "> close</ span >
177
177
</ a >
178
178
< div class ="modal__body ">
179
- < h3 class ="modal__title "> Checksums for {{ file.filename }}</ h3 >
180
- < table class ="table table--light table--checksums ">
179
+ < h3 class ="modal__title "> Hashes for {{ file.filename }}</ h3 >
180
+ < table class ="table table--light table--hashes ">
181
181
< thead >
182
182
< tr >
183
183
< th class ="table__algorithm "> Algorithm</ th >
184
- < th class ="table__checksum " > Checksum </ th >
184
+ < th class ="table__hash " > Hash Digest </ th >
185
185
< th class ="table__copy "> </ th >
186
186
</ tr >
187
187
</ thead >
188
188
< tbody >
189
189
< tr >
190
190
< td class ="table__algorithm "> SHA256</ td >
191
- < td class ="table__checksum "> < code > {{ file.sha256_digest }}</ code > </ td >
191
+ < td class ="table__hash "> < code > {{ file.sha256_digest }}</ code > </ td >
192
192
< td class ="table__copy ">
193
- < a class ="button button--primary -js-copy-checksum tooltipped tooltipped-w " aria-label ="Copy to clipboard " data-original-label ="Copy to clipboard " data-clipboard-text ="{{ file.sha256_digest }} ">
193
+ < a class ="button button--primary -js-copy-hash tooltipped tooltipped-w " aria-label ="Copy to clipboard " data-original-label ="Copy to clipboard " data-clipboard-text ="{{ file.sha256_digest }} ">
194
194
Copy
195
195
</ a >
196
196
</ td >
197
197
</ tr >
198
198
< tr >
199
199
< td class ="table__algorithm "> MD5</ td >
200
- < td class ="table__checksum "> < code > {{ file.md5_digest }}</ code > </ td >
200
+ < td class ="table__hash "> < code > {{ file.md5_digest }}</ code > </ td >
201
201
< td class ="table__copy ">
202
- < a class ="button button--primary -js-copy-checksum tooltipped tooltipped-w " aria-label ="Copy to clipboard " data-original-label ="Copy to clipboard " data-clipboard-text ="{{ file.md5_digest }} ">
202
+ < a class ="button button--primary -js-copy-hash tooltipped tooltipped-w " aria-label ="Copy to clipboard " data-original-label ="Copy to clipboard " data-clipboard-text ="{{ file.md5_digest }} ">
203
203
Copy
204
204
</ a >
205
205
</ td >
206
206
</ tr >
207
207
< tr >
208
208
< td class ="table__algorithm "> BLAKE2-256</ td >
209
- < td class ="table__checksum "> < code > {{ file.blake2_256_digest }}</ code > </ td >
209
+ < td class ="table__hash "> < code > {{ file.blake2_256_digest }}</ code > </ td >
210
210
< td class ="table__copy ">
211
- < a class ="button button--primary -js-copy-checksum tooltipped tooltipped-w " aria-label ="Copy to clipboard " data-original-label ="Copy to clipboard " data-clipboard-text ="{{ file.blake2_256_digest }} ">
211
+ < a class ="button button--primary -js-copy-hash tooltipped tooltipped-w " aria-label ="Copy to clipboard " data-original-label ="Copy to clipboard " data-clipboard-text ="{{ file.blake2_256_digest }} ">
212
212
Copy
213
213
</ a >
214
214
</ td >
0 commit comments