Some Strings Update made By "Monochromish"

This commit is contained in:
Mefsaal 2022-05-09 01:47:49 -03:00
parent 51c99c87ae
commit b25335ed75
3 changed files with 5 additions and 1 deletions

View file

@ -186,7 +186,7 @@
blur.style.justifyContent = 'center';
blur.style.fontSize = '2em';
blur.style.color = 'white';
blur.innerHTML = 'Press a combination of two keys to update keybinding. Press Escape key to go back.'
blur.innerHTML = `<center>${app.getLz('settings.option.general.keybindings.pressCombination')}<br />${app.getLz('settings.option.general.keybindings.pressEscape')}</center>`
document.body.appendChild(blur);
let keyBind = [];