From b8d95dd22240d96017b0c0cec3dafd07dfcb0353 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 1 Feb 2022 21:54:11 +0000 Subject: [PATCH] Add disclaimer to Supported Games section on package pages --- app/templates/packages/view.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 50b513c..5cb4e5c 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -443,6 +443,10 @@ {% else %} {{ _("No specifc game is required") }} {% endfor %} +

+ {{ _("This is an experimental feature.") }} + {{ _("Supported games are determined by an algorithm, and may not be correct.") }} +

{% endif %}