Fix keybindings button label text not changing with language

This commit is contained in:
mini-bomba 2020-06-12 22:23:17 +02:00
parent 124068bf28
commit 70adaa28ab
No known key found for this signature in database
GPG Key ID: 5385F61541980B73
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export class SettingsState extends TextualGameState {
${
this.app.platformWrapper.getSupportsKeyboard()
? `
<button class="styledButton editKeybindings">Keybindings</button>
<button class="styledButton editKeybindings">${T.keybindings.title}</button>
`
: ""
}