diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js
index 77ea07fb..fe507726 100644
--- a/copyparty/web/browser.js
+++ b/copyparty/web/browser.js
@@ -773,12 +773,12 @@ ebi('widget').innerHTML = (
' href="#" id="fcpy" tt="' + L.wt_cpy + '">⧉copy📋paste' +
'📦zip' +
+ ' href="#" id="zip1" tt="' + L.wt_zip1 + '">⬇️📦zip' +
'sel.
allsel.
inv.zipdl' +
+ ' href="#" id="selzip" class="l1" tt="' + L.wt_selzip + '">⬇️zip⬇️files' +
'📋irc📋txt' +
@@ -8548,7 +8548,7 @@ var arcfmt = (function () {
o.setAttribute("href", m[1] + arg + m[4]);
o.textContent = fmt.split('_')[0];
}
- ebi('selzip').textContent = fmt.split('_')[0];
+ ebi('selzip').textContent = '⬇️' + fmt.split('_')[0];
ebi('selzip').setAttribute('fmt', arg);
QS('#zip1 span').textContent = fmt.split('_')[0];