diff options
Diffstat (limited to 'templates/index.tmpl')
-rw-r--r-- | templates/index.tmpl | 2 |
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> |