no log: Fixed a typo in frontend

This commit is contained in:
morpheus65535 2021-10-22 06:28:56 -04:00 committed by GitHub
parent c12c7b4064
commit 2b56f59bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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