fix: page names

This commit is contained in:
efim
2023-11-30 04:17:54 +00:00
parent de8a661952
commit e0bd77fe3b
3 changed files with 3 additions and 3 deletions

View File

@@ -268,7 +268,7 @@ func roomPageRoute(
}
data := pageData{
Base: baseData{
Title: "room-lala-from-base",
Title: fmt.Sprintf("Some Automoderation: discussion in '%s'", room.Name),
LoggedIn: true,
},
Content: contentData,