1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Fixed typo

This commit is contained in:
Edward Badel 2021-06-27 23:02:54 -04:00
parent 00bed92452
commit 374839ae37

View File

@ -35,7 +35,7 @@ export class CreditsState extends TextualGameState {
</div>
</div>
<div class="contributors section">
<button class="title">${T.credits.translators.title}:</button>
<button class="title">${T.credits.contributors.title}:</button>
<div class="people">
${this.getGithubHTML(contributors)}
</div>