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 %}