Fix autocomplete hotkeys description (#12607)

GitOrigin-RevId: f7f80fdf56f97ee70accec0162e6b395cfd16584
This commit is contained in:
Alf Eaton
2023-04-14 09:57:39 +01:00
committed by Copybot
parent 359255b820
commit 6ca565fa90
@@ -139,13 +139,13 @@ export default function HotkeysModal({
</Col> </Col>
<Col xs={4}> <Col xs={4}>
<Hotkey <Hotkey
combination="Tab / Up / Down" combination="Up / Down"
description={t('hotkey_select_candidate')} description={t('hotkey_select_candidate')}
/> />
</Col> </Col>
<Col xs={4}> <Col xs={4}>
<Hotkey <Hotkey
combination="Enter" combination="Enter / Tab"
description={t('hotkey_insert_candidate')} description={t('hotkey_insert_candidate')}
/> />
</Col> </Col>