mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user