mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-17 06:40:58 -08:00
Fix untranslated button
This commit is contained in:
parent
a2d0024cb1
commit
6febaff100
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export class HUDUnlockNotification extends BaseHUDPart {
|
|||
|
||||
this.btnClose = document.createElement("button");
|
||||
this.btnClose.classList.add("close", "styledButton");
|
||||
this.btnClose.innerText = "Next level";
|
||||
this.btnClose.innerText = T.ingame.levelCompleteNotification.buttonNextLevel;
|
||||
dialog.appendChild(this.btnClose);
|
||||
|
||||
this.trackClicks(this.btnClose, this.requestClose);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue