This commit is contained in:
sawka
2023-11-24 00:15:09 -08:00
parent ebdc1ff524
commit 7d8f811228
+1 -1
View File
@@ -167,7 +167,7 @@ class CmdInput extends React.Component<{}, {}> {
)}
{focusVal && (
<div onMouseDown={this.clickHistoryHint} className="cmd-btn hoverEffect">
{historyShow ? "close (esc)" : "history (crtl-r)"}
{historyShow ? "close (esc)" : "history (ctrl-r)"}
</div>
)}
<ExecIcon