diff --git a/peach-web/src/routes/status/scuttlebutt.rs b/peach-web/src/routes/status/scuttlebutt.rs index e25aa57..3630a88 100644 --- a/peach-web/src/routes/status/scuttlebutt.rs +++ b/peach-web/src/routes/status/scuttlebutt.rs @@ -272,9 +272,9 @@ pub fn build_template() -> PreEscaped { } }; - // wrap the nav bars around the settings menu template content + // wrap the nav bars around the scuttlebutt status card template content // parameters are template, title and back url - let body = templates::nav::build_template(status_template, "Settings", Some("/")); + let body = templates::nav::build_template(status_template, "Status", Some("/")); // query the current theme so we can pass it into the base template builder let theme = theme::get_theme();