Fixes in Shortcuts dialog and minor refactor (#1297)
This commit is contained in:
@ -38,7 +38,7 @@ export const actionDuplicateSelection = register({
|
||||
<ToolButton
|
||||
type="button"
|
||||
icon={clone}
|
||||
title={`${t("labels.duplicateSelection")} ${getShortcutKey(
|
||||
title={`${t("labels.duplicateSelection")} — ${getShortcutKey(
|
||||
"CtrlOrCmd+D",
|
||||
)}`}
|
||||
aria-label={t("labels.duplicateSelection")}
|
||||
|
Reference in New Issue
Block a user