summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDustin Wyatt <[email protected]>2021-09-03 17:56:27 -0500
committerGitHub <[email protected]>2021-09-03 18:56:27 -0400
commit37e9e251f02be75bdbd58ef509dff7224b91add7 (patch)
treea85b0dcdb73ab613d98bb645366609420f0ce1db
parent9901bf340019d431c1aaba69546589e73ccbd8f3 (diff)
downloadbazarr-37e9e251f02be75bdbd58ef509dff7224b91add7.tar.gz
bazarr-37e9e251f02be75bdbd58ef509dff7224b91add7.zip
no log: Fix typo (#1527)
-rw-r--r--frontend/src/DisplayItem/Episodes/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/DisplayItem/Episodes/index.tsx b/frontend/src/DisplayItem/Episodes/index.tsx
index 6639dd2d9..0236ca42b 100644
--- a/frontend/src/DisplayItem/Episodes/index.tsx
+++ b/frontend/src/DisplayItem/Episodes/index.tsx
@@ -102,7 +102,7 @@ const SeriesEpisodesView: FunctionComponent<Props> = (props) => {
seriesid: id,
}
);
- dispatchTask("Scaning disk...", [task], "Scaning...");
+ dispatchTask("Scanning disk...", [task], "Scanning...");
}}
>
Scan Disk