Fix autocomplete hotkeys description (#12607)
GitOrigin-RevId: f7f80fdf56f97ee70accec0162e6b395cfd16584
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user