diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index 3919dfea..24164d21 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -327,6 +327,8 @@ "settings.option.general.customizeSidebar": "Customize Sidebar Items", "settings.option.general.customizeSidebar.customize": "Customize", "settings.option.general.keybindings": "Keybindings", + "settings.option.general.keybindings.pressCombination": "Press a combination of two keys to update keybind.", + "settings.option.general.keybindings.pressEscape": "Press Escape key to go back.", "settings.notyf.general.keybindings.update.success": "Keybind updated successfully", "settings.prompt.general.keybindings.update.success": "Keybind updated successfully. Press OK to relaunch Cider", "settings.option.general.keybindings.open": "Open", diff --git a/src/i18n/source/en_US.json b/src/i18n/source/en_US.json index 2b1e581b..f1238d76 100644 --- a/src/i18n/source/en_US.json +++ b/src/i18n/source/en_US.json @@ -324,6 +324,8 @@ "settings.option.general.customizeSidebar": "Customize Sidebar Items", "settings.option.general.customizeSidebar.customize": "Customize", "settings.option.general.keybindings": "Keybindings", + "settings.option.general.keybindings.pressCombination": "Press a combination of two keys to update keybind.", + "settings.option.general.keybindings.pressEscape": "Press Escape key to go back.", "settings.notyf.general.keybindings.update.success": "Keybind updated successfully", "settings.prompt.general.keybindings.update.success": "Keybind updated successfully. Press OK to relaunch Cider", "settings.option.general.keybindings.open": "Open", diff --git a/src/renderer/views/pages/keybinds.ejs b/src/renderer/views/pages/keybinds.ejs index 3fc314a2..fb03f52b 100644 --- a/src/renderer/views/pages/keybinds.ejs +++ b/src/renderer/views/pages/keybinds.ejs @@ -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 = `