diff options
author | Dustin Wyatt <[email protected]> | 2021-09-03 17:56:27 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-03 18:56:27 -0400 |
commit | 37e9e251f02be75bdbd58ef509dff7224b91add7 (patch) | |
tree | a85b0dcdb73ab613d98bb645366609420f0ce1db | |
parent | 9901bf340019d431c1aaba69546589e73ccbd8f3 (diff) | |
download | bazarr-37e9e251f02be75bdbd58ef509dff7224b91add7.tar.gz bazarr-37e9e251f02be75bdbd58ef509dff7224b91add7.zip |
no log: Fix typo (#1527)
-rw-r--r-- | frontend/src/DisplayItem/Episodes/index.tsx | 2 |
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 |