mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 01:23:48 +01:00
Fix grammatically weird <title> on thread pages
This commit is contained in:
parent
45eca10859
commit
3ac2d937d7
@ -9,7 +9,8 @@
|
||||
{%- set rating = "👎" -%}
|
||||
{%- endif -%}
|
||||
{%- endif -%}
|
||||
{{ rating }} {{ _("%(title)s on %(package)s", title=thread.title, package=thread.package.title) }}
|
||||
{{ rating }}
|
||||
{{ thread.title }} - {{ thread.package.title }}
|
||||
{%- else -%}
|
||||
{{ thread.title }}
|
||||
{%- endif -%}
|
||||
|
Loading…
Reference in New Issue
Block a user