Translate click and change label (#1299)
This commit is contained in:
@ -77,7 +77,7 @@ export const actionShortcuts = register({
|
||||
};
|
||||
},
|
||||
PanelComponent: ({ updateData }) => (
|
||||
<HelpIcon title={t("buttons.showShortcuts")} onClick={updateData} />
|
||||
<HelpIcon title={t("shortcutsDialog.title")} onClick={updateData} />
|
||||
),
|
||||
keyTest: (event) => event.key === KEYS.QUESTION_MARK,
|
||||
});
|
||||
|
Reference in New Issue
Block a user