frontend: renamed 'Archive' button to 'Download zip' for clarity

Massimo Melina committed Feb 12, 2022 at 19:36 UTC 4896645c9f574f3ece4f0019287cc0bda28aa265
1 file changed +1 -1
frontend/src/menu.ts
+1 -1
@@ -46,7 +46,7 @@ export function MenuPanel() {
46 }),
47 h(MenuLink, {
48 icon: 'archive',
49 - label: 'Archive',
49 + label: 'Download zip',
50 href: '?'+String(new URLSearchParams(_.pickBy({
51 get: 'zip',
52 search: remoteSearch,