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

Fix keybindings button label text not changing with language
pull/140/head
tobspr 4 years ago committed by GitHub
commit f8362d861b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save