Translate "none found" response on friends page

pull/9975/head
Benedikt Werner 2021-10-16 02:01:23 +02:00
parent a9256fa71c
commit 04c341dcff
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 1 additions and 1 deletions

View File

@ -88,6 +88,6 @@ object bits {
},
pagerNextTable(pager, np => addQueryParameter(call.url, "page", np))
)
else tbody(tr(td(colspan := 2)("None found.", br)))
else tbody(tr(td(colspan := 2)(trans.none())))
)
}