no log: Fix typo (#1527)

This commit is contained in:
Dustin Wyatt 2021-09-03 17:56:27 -05:00 committed by GitHub
parent 9901bf3400
commit 37e9e251f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ const SeriesEpisodesView: FunctionComponent<Props> = (props) => {
seriesid: id,
}
);
dispatchTask("Scaning disk...", [task], "Scaning...");
dispatchTask("Scanning disk...", [task], "Scanning...");
}}
>
Scan Disk