Rename "Supported Games" to "Compatible Games"

This commit is contained in:
rubenwardy 2022-02-02 00:29:16 +00:00
parent d098ee9dff
commit 1c9d6ac865
1 changed files with 2 additions and 2 deletions

View File

@ -433,9 +433,9 @@
{% endif %}
{% if package.type == package.type.MOD %}
<h3>{{ _("Supported Games") }}</h3>
<h3>{{ _("Compatible Games") }}</h3>
{% for support in package.getSortedSupportedGames() %}
<a class="badge badge-primary"
<a class="badge badge-secondary"
href="{{ support.game.getURL('packages.view') }}">
{{ _("%(title)s by %(display_name)s",
title=support.game.title, display_name=support.game.author.display_name) }}