Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 authored and jrieken committed Jul 18, 2022
1 parent 3de845b commit 0bb1067
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)));
}
}

Expand Down

0 comments on commit 0bb1067

Please sign in to comment.