mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-10 23:17:37 +01:00
Rename "Supported Games" to "Compatible Games"
This commit is contained in:
parent
d098ee9dff
commit
1c9d6ac865
@ -433,9 +433,9 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if package.type == package.type.MOD %}
|
{% if package.type == package.type.MOD %}
|
||||||
<h3>{{ _("Supported Games") }}</h3>
|
<h3>{{ _("Compatible Games") }}</h3>
|
||||||
{% for support in package.getSortedSupportedGames() %}
|
{% for support in package.getSortedSupportedGames() %}
|
||||||
<a class="badge badge-primary"
|
<a class="badge badge-secondary"
|
||||||
href="{{ support.game.getURL('packages.view') }}">
|
href="{{ support.game.getURL('packages.view') }}">
|
||||||
{{ _("%(title)s by %(display_name)s",
|
{{ _("%(title)s by %(display_name)s",
|
||||||
title=support.game.title, display_name=support.game.author.display_name) }}
|
title=support.game.title, display_name=support.game.author.display_name) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user