update hotkeys legend to match implemented hotkeys (#2679)

This commit is contained in:
Tessa Thornton
2019-10-29 10:13:34 -04:00
committed by Kim Gardner
parent a31ee3bc96
commit e334c3266a
@@ -98,7 +98,7 @@ const HotkeysModal: FunctionComponent<Props> = ({ open, onClose }) => {
</Localized>
<Flex>
<div className={styles.hotKeyContainer}>
<div className={styles.hotKey}>d</div>
<div className={styles.hotKey}>f</div>
</div>
<Localized id="hotkeysModal-shortcuts-approve">
<Typography>Approve</Typography>
@@ -106,7 +106,7 @@ const HotkeysModal: FunctionComponent<Props> = ({ open, onClose }) => {
</Flex>
<Flex>
<div className={styles.hotKeyContainer}>
<div className={styles.hotKey}>f</div>
<div className={styles.hotKey}>d</div>
</div>
<Localized id="hotkeysModal-shortcuts-reject">
<Typography>Reject</Typography>