aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-09 17:00:16 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-09 17:00:16 +0800
commit77cec49f5fba6dee2a20a994e0587f0e7a854549 (patch)
tree555fa60646ac4d7b3aadc4b18dc1fe48ce7f4640
parentindex: Show allocated bytes (diff)
downloadforge-77cec49f5fba6dee2a20a994e0587f0e7a854549.tar.gz
forge-77cec49f5fba6dee2a20a994e0587f0e7a854549.tar.zst
forge-77cec49f5fba6dee2a20a994e0587f0e7a854549.zip
index: Rename gc button again
-rw-r--r--templates/index.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.tmpl b/templates/index.tmpl
index 917e7fe..86e3659 100644
--- a/templates/index.tmpl
+++ b/templates/index.tmpl
@@ -56,7 +56,7 @@
<tr>
<th scope="row">Memory usage</th>
<td>
- Allocated {{ .mem }} bytes <a href="/:/gc/" class="btn btn-danger">Collect garbage</a>
+ Allocated {{ .mem }} bytes <a href="/:/gc/" class="btn btn-danger">Run the garbage collector</a>
</td>
</tr>
</tbody>