Improve game support messages

This commit is contained in:
rubenwardy 2023-06-18 22:57:24 +01:00
parent 324d7ec1e1
commit f3d21b79ab
2 changed files with 6 additions and 4 deletions

@ -63,9 +63,11 @@
</div>
</a>
{% else %}
<div class="list-group-item text-muted">
{{ _("No specific game is required") }}
</div>
{% if not package.supports_all_games %}
<div class="list-group-item text-danger">
{{ _("Unknown. Please either add supported games or check 'Supports all games'") }}
</div>
{% endif %}
{% endfor %}
</div>

@ -461,7 +461,7 @@
{% if package.supports_all_games %}
<p>
{{ _("Should support most games.") }}
{{ _("No specific game required") }}
{% if supported_games %}
<br>
{{ _("Tested with:") }}