fix: page names
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user