diff options
author | Caden Gobat <[email protected]> | 2024-03-27 04:24:01 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-27 06:24:01 -0400 |
commit | a41dc546aa2e87cc9993eff4815b5dbbe39ca14c (patch) | |
tree | e8f638e710b391e2b94134b7476246a170265907 /frontend | |
parent | 538e28fce657ca43a4c3551965dc7e3d2e53ff4c (diff) | |
download | bazarr-a41dc546aa2e87cc9993eff4815b5dbbe39ca14c.tar.gz bazarr-a41dc546aa2e87cc9993eff4815b5dbbe39ca14c.zip |
no log: Correct some misspellings and grammar (#2440)
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/src/pages/Settings/Subtitles/index.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/src/pages/Settings/Subtitles/index.tsx b/frontend/src/pages/Settings/Subtitles/index.tsx index f6e0cae37..f2dec69ac 100644 --- a/frontend/src/pages/Settings/Subtitles/index.tsx +++ b/frontend/src/pages/Settings/Subtitles/index.tsx @@ -409,8 +409,7 @@ const SettingsSubtitlesView: FunctionComponent = () => { settingKey="settings-subsync-use_subsync" ></Check> <Message> - Enable automatic subtitles synchronization after downloading a - subtitle. + Enable automatic synchronization after downloading subtitles. </Message> <CollapseBox indent settingKey="settings-subsync-use_subsync"> <MultiSelector |