aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/app/handler/packages/eapi.templ')
-rw-r--r--pkg/app/handler/packages/eapi.templ2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/app/handler/packages/eapi.templ b/pkg/app/handler/packages/eapi.templ
index 5221d37..5a476a0 100644
--- a/pkg/app/handler/packages/eapi.templ
+++ b/pkg/app/handler/packages/eapi.templ
@@ -109,5 +109,5 @@ func Eapi(w http.ResponseWriter, r *http.Request) {
http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
return
}
- categories.RenderPage(w, r, "EAPI 6 Overview", "EAPI", eapiOverview(result))
+ categories.RenderPage(w, r, "EAPI 6 Overview", "EAPI cleanup", eapiOverview(result))
}