ublog: Fix "RawFrag" in title of new blog page

pull/9762/head
Benedikt Werner 2021-09-09 05:58:56 +02:00
parent 0f77e19106
commit 4f8e711525
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ object form {
views.html.base.layout(
moreCss = moreCss,
moreJs = frag(jsModule("ublogForm"), captchaTag),
title = s"${trans.ublog.xBlog.txt(user.username)}${trans.ublog.newPost()}"
title = s"${trans.ublog.xBlog.txt(user.username)}${trans.ublog.newPost.txt()}"
) {
main(cls := "box box-pad page page-small ublog-post-form")(
standardFlash(),