fix status page title

This commit is contained in:
glyph 2022-04-06 09:57:32 +02:00
parent fded48908d
commit 57b1a786a4
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ pub fn build_template() -> PreEscaped<String> {
// wrap the nav bars around the settings menu 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();