Translate click and change label (#1299)

This commit is contained in:
Lipis 2020-04-07 16:40:37 +03:00 committed by GitHub
parent b7230b05d7
commit 5b684495ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 5 deletions

View file

@ -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,
});