diff --git a/modules/ui/background.js b/modules/ui/background.js index faeeb1171..9be6240bf 100644 --- a/modules/ui/background.js +++ b/modules/ui/background.js @@ -71,7 +71,7 @@ export function uiBackground(context) { .html(true) .title(function() { var tip = '
' + t('background.switch') + '
'; - return uiTooltipHtml(tip, uiCmd('⌘B')); + return uiTooltipHtml(tip, uiCmd('⌘' + key)); }) ); } else if (description || isOverflowing) {