This commit is contained in:
Logan Ramos 2022-07-13 12:19:15 -04:00 committed by GitHub
parent 2c992c7b7d
commit a03ebcaa0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1193,7 +1193,7 @@ export class GettingStartedPage extends EditorPane {
if (isCommand) {
const keybindingLabel = this.getKeybindingLabel(command);
if (keybindingLabel) {
container.appendChild($('span.shortcut-message', {}, 'Tip: Use keyboard shortcut ', $('span.keybinding', {}, keybindingLabel)));
container.appendChild($('span.shortcut-message', {}, localize('gettingStarted.keyboardTip', 'Tip: Use keyboard shortcut '), $('span.keybinding', {}, keybindingLabel)));
}
}