mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-05 17:36:34 +00:00
Update subproject commit in l10n and zen-components
``
This commit is contained in:
@@ -649,6 +649,7 @@ var zenMissingKeyboardShortcutL10n = {
|
||||
key_sanitize: "zen-key-sanitize",
|
||||
key_wrCaptureCmd: "zen-key-wr-capture-cmd",
|
||||
key_wrToggleCaptureSequenceCmd: "zen-key-wr-toggle-capture-sequence-cmd",
|
||||
key_undoCloseWindow: "zen-key-undo-close-window",
|
||||
|
||||
key_selectTab1: "zen-key-select-tab-1",
|
||||
key_selectTab2: "zen-key-select-tab-2",
|
||||
@@ -723,10 +724,7 @@ var gZenCKSSettings = {
|
||||
const group = shortcut.getGroup();
|
||||
const keyInString = shortcut.toUserString();
|
||||
|
||||
const hasLabel = !l10nID;
|
||||
const labelValue = !hasLabel
|
||||
? l10nID
|
||||
: zenMissingKeyboardShortcutL10n[keyID];
|
||||
const labelValue = zenMissingKeyboardShortcutL10n[keyID] ?? l10nID;
|
||||
|
||||
let fragment = window.MozXULElement.parseXULToFragment(`
|
||||
<hbox class="${ZEN_CKS_CLASS_BASE}">
|
||||
|
Reference in New Issue
Block a user