no log: Fixed a typo in frontend

pull/1595/head
morpheus65535 3 years ago committed by GitHub
parent c12c7b4064
commit 2b56f59bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -94,7 +94,7 @@ const MovieDetailView: FunctionComponent<Props> = ({ match }) => {
MoviesApi.action.bind(MoviesApi),
{ action: "scan-disk", radarrid: id }
);
dispatchTask("Scaning Disk...", [task], "Scaning...");
dispatchTask("Scanning Disk...", [task], "Scanning...");
}}
>
Scan Disk

Loading…
Cancel
Save