Fix typos in game support text

This commit is contained in:
rubenwardy 2023-06-23 12:11:21 +01:00
parent 0d4164c5b1
commit 461d45b411
2 changed files with 2 additions and 2 deletions

@ -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. 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: # 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 # But doesn't work in capturetheflag
unsupported_game = capturetheflag unsupported_game = capturetheflag

@ -65,7 +65,7 @@
<h2>Bulk support all games</h2> <h2>Bulk support all games</h2>
<p> <p>
{{ _("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.") }}
</p> </p>
<form method="post" action="{{ url_for('todo.confirm_supports_all_games', username=user.username) }}"> <form method="post" action="{{ url_for('todo.confirm_supports_all_games', username=user.username) }}">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" /> <input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />