aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zenserver/frontend/html/pages/start.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/frontend/html/pages/start.js b/src/zenserver/frontend/html/pages/start.js
index 4c8789431..2cf12bf12 100644
--- a/src/zenserver/frontend/html/pages/start.js
+++ b/src/zenserver/frontend/html/pages/start.js
@@ -46,7 +46,7 @@ export class Page extends ZenPage
}
// cache
- var section = this.add_section("z$");
+ var section = this.add_section("cache");
section.tag().classify("dropall").text("drop-all").on_click(() => this.drop_all("z$"));