From 3a70d6d1887e220ffb4a4f930dbe9a34711136d0 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 18 Jun 2023 21:18:42 +0100 Subject: [PATCH] Change unsupported game text --- app/templates/packages/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index c211dfa4..6d460a94 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -499,7 +499,7 @@ {% if unsupported_games and show_unsupported %}

- {{ _("Except for:") }} + {{ _("Does not work with:") }}

{% for support in unsupported_games %}