Change unsupported game text

This commit is contained in:
rubenwardy 2023-06-18 21:18:42 +01:00
parent c498818e8b
commit 3a70d6d188

@ -499,7 +499,7 @@
{% if unsupported_games and show_unsupported %} {% if unsupported_games and show_unsupported %}
<p> <p>
{{ _("Except for:") }} {{ _("Does not work with:") }}
</p> </p>
<div style="max-height: 300px; overflow: hidden auto;"> <div style="max-height: 300px; overflow: hidden auto;">
{% for support in unsupported_games %} {% for support in unsupported_games %}