change title from hotkeys to keyboard shortcuts (#5688)

This commit is contained in:
Krist Wongsuphasawat 2018-08-21 11:16:06 -07:00 committed by Chris Williams
parent 50042af25d
commit fdb8001e0b
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ class SqlEditor extends React.PureComponent {
{ctasControls}
<span className="m-l-5">
<Hotkeys
header="Hotkeys"
header="Keyboard shortcuts"
hotkeys={hotkeys}
/>
</span>