From 461d45b41159843be9c1312955afa6515c7efdc2 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 23 Jun 2023 12:11:21 +0100 Subject: [PATCH] Fix typos in game support text --- app/flatpages/help/game_support.md | 2 +- app/templates/todo/game_support.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/flatpages/help/game_support.md b/app/flatpages/help/game_support.md index 14ddf68c..47738027 100644 --- a/app/flatpages/help/game_support.md +++ b/app/flatpages/help/game_support.md @@ -29,7 +29,7 @@ You can still use unsupported_games to mark games as unsupported. You can also specify games that you've tested in supported_games. # Should work with all games but I've only tested using Minetest Game: - supported_games = *, minetest_games + supported_games = *, minetest_game # But doesn't work in capturetheflag unsupported_game = capturetheflag diff --git a/app/templates/todo/game_support.html b/app/templates/todo/game_support.html index a87ff68d..75e26d4c 100644 --- a/app/templates/todo/game_support.html +++ b/app/templates/todo/game_support.html @@ -65,7 +65,7 @@

Bulk support all games

- {{ _("Click the button below to confirm that all games without listed supported_games (red text above) do support all games, except for any games listed in unsupported_games.") }} + {{ _("Click the button below to confirm that all packages without listed supported_games (red text above) do support all games, except for any games listed in unsupported_games.") }}