mirror of
https://github.com/wassname/talk.git
synced 2026-06-27 19:17:09 +08:00
update hotkeys legend to match implemented hotkeys (#2679)
This commit is contained in:
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>
|
||||
|
||||
Reference in New Issue
Block a user