We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cf630 commit 988700dCopy full SHA for 988700d
webui/src/views/RunCommandModal.tsx
@@ -64,7 +64,7 @@ export const RunCommandModal = ({ repo }: { repo: Repo }) => {
64
>
65
<Space.Compact style={{ width: "100%" }}>
66
<Input
67
- placeholder="Run a restic comamnd e.g. 'help' to print help text"
+ placeholder="Run a restic command e.g. 'help' to print help text"
68
value={command}
69
onChange={(e) => setCommand(e.target.value)}
70
onKeyUp={(e) => {
0 commit comments