diff --git a/frontend/src/pages/Settings/Subtitles/index.tsx b/frontend/src/pages/Settings/Subtitles/index.tsx
index 5269486ad..f6e0cae37 100644
--- a/frontend/src/pages/Settings/Subtitles/index.tsx
+++ b/frontend/src/pages/Settings/Subtitles/index.tsx
@@ -236,8 +236,8 @@ const SettingsSubtitlesView: FunctionComponent = () => {
settingKey="settings-general-utf8_encode"
>
- Re-encode downloaded subtitles to UTF-8. Should be left enabled in most
- cases.
+ Re-encode downloaded subtitles to UTF-8. Should be left enabled in
+ most cases.
@@ -247,7 +247,9 @@ const SettingsSubtitlesView: FunctionComponent = () => {
>
- Must be a 4 digit octal number. Only for non-Windows systems.
+
+ Must be a 4 digit octal number. Only for non-Windows systems.
+
@@ -267,8 +269,8 @@ const SettingsSubtitlesView: FunctionComponent = () => {
>
The delay from the first search to adaptive searching taking effect.
- During this time window Bazarr will continue to search for subtitles,
- even if they have been searched for recently.
+ During this time window Bazarr will continue to search for
+ subtitles, even if they have been searched for recently.
{
settingKey="settings-general-skip_hashing"
>
- Skip video file hashing during search process to prevent a sleeping hard
- disk drive from waking up. However, this may decrease your
- search results scores.
+ Skip video file hashing during search process to prevent a sleeping
+ hard disk drive from waking up. However, this may decrease your search
+ results scores.
@@ -374,8 +376,8 @@ const SettingsSubtitlesView: FunctionComponent = () => {
settingKey="settings-subsync-force_audio"
>
- Use the audio track as reference for syncing, instead of the
- embedded subtitle.
+ Use the audio track as reference for syncing, instead of the embedded
+ subtitle.
{
settingKey="settings-subsync-use_subsync"
>
- Enable automatic subtitles synchronization after downloading a subtitle.
+ Enable automatic subtitles synchronization after downloading a
+ subtitle.
{
label="Series Score Threshold"
settingKey="settings-subsync-use_subsync_threshold"
>
-
+
-
+
- Only series subtitles with scores below this value will be automatically synchronized.
+ Only series subtitles with scores below this value will be
+ automatically synchronized.
-
+
-
+
- Only movie subtitles with scores below this value will be automatically synchronized.
+ Only movie subtitles with scores below this value will be
+ automatically synchronized.
@@ -453,29 +464,38 @@ const SettingsSubtitlesView: FunctionComponent = () => {
label="Custom Post-Processing"
>
- Enable automatic execution of the post-processing command specified below after downloading a subtitle.
+ Enable automatic execution of the post-processing command specified
+ below after downloading a subtitle.
-
+
-
+
- Only series subtitles with scores below this value will be automatically post-processed.
+ Only series subtitles with scores below this value will be
+ automatically post-processed.
-
+
-
+
- Only movie subtitles with scores below this value will be automatically post-processed.
+ Only movie subtitles with scores below this value will be
+ automatically post-processed.