We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6241001 commit b32f39dCopy full SHA for b32f39d
src/ui/coll-info.js
@@ -163,7 +163,7 @@ class WrRecCollInfo extends CollInfo
163
<div class="column is-2">
164
<p class="minihead">Actions</p>
165
<div class="button-row is-flex">
166
- <a href="${apiPrefix}/c/${this.coll.id}/dl?format=wacz&pages=all" class="button is-small" title="Download">
+ <a href="${apiPrefix}/c/${this.coll.id}/dl?format=wacz&pages=all" class="button is-small" title="Download WACZ">
167
<span class="icon is-small">
168
<fa-icon aria-hidden="true" .svg="${fasDownload}"></fa-icon>
169
</span>
0 commit comments