Merge pull request #134 from mini-bomba/fix-keybinds-button-label

Fix keybindings button label text not changing with language
This commit is contained in:
tobspr 2020-06-13 11:17:35 +02:00 committed by GitHub
commit f8362d861b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>
`
: ""
}