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

View file

@ -139,13 +139,13 @@ export default function HotkeysModal({
</Col>
<Col xs={4}>
<Hotkey
combination="Tab / Up / Down"
combination="Up / Down"
description={t('hotkey_select_candidate')}
/>
</Col>
<Col xs={4}>
<Hotkey
combination="Enter"
combination="Enter / Tab"
description={t('hotkey_insert_candidate')}
/>
</Col>