mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix keybindings button label text not changing with language
This commit is contained in:
parent
124068bf28
commit
70adaa28ab
@ -19,7 +19,7 @@ export class SettingsState extends TextualGameState {
|
|||||||
${
|
${
|
||||||
this.app.platformWrapper.getSupportsKeyboard()
|
this.app.platformWrapper.getSupportsKeyboard()
|
||||||
? `
|
? `
|
||||||
<button class="styledButton editKeybindings">Keybindings</button>
|
<button class="styledButton editKeybindings">${T.keybindings.title}</button>
|
||||||
`
|
`
|
||||||
: ""
|
: ""
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user