mirror of
https://github.com/garethgeorge/backrest.git
synced 2025-12-16 10:35:32 +00:00
chore: fix typo in run commands modal (#676)
This commit is contained in:
@@ -64,7 +64,7 @@ export const RunCommandModal = ({ repo }: { repo: Repo }) => {
|
||||
>
|
||||
<Space.Compact style={{ width: "100%" }}>
|
||||
<Input
|
||||
placeholder="Run a restic comamnd e.g. 'help' to print help text"
|
||||
placeholder="Run a restic command e.g. 'help' to print help text"
|
||||
value={command}
|
||||
onChange={(e) => setCommand(e.target.value)}
|
||||
onKeyUp={(e) => {
|
||||
|
||||
Reference in New Issue
Block a user