summaryrefslogtreecommitdiffhomepage
path: root/frontend/src
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src')
-rw-r--r--frontend/src/pages/Settings/Languages/index.tsx2
-rw-r--r--frontend/src/pages/Settings/Radarr/index.tsx2
-rw-r--r--frontend/src/pages/Settings/Scheduler/index.tsx12
-rw-r--r--frontend/src/pages/Settings/Sonarr/index.tsx2
-rw-r--r--frontend/src/pages/Settings/Subtitles/index.tsx66
5 files changed, 42 insertions, 42 deletions
diff --git a/frontend/src/pages/Settings/Languages/index.tsx b/frontend/src/pages/Settings/Languages/index.tsx
index 1bd9d72a8..4c6615784 100644
--- a/frontend/src/pages/Settings/Languages/index.tsx
+++ b/frontend/src/pages/Settings/Languages/index.tsx
@@ -161,7 +161,7 @@ const SettingsLanguagesView: FunctionComponent = () => {
empty if you don't want Bazarr to remove language profiles.
</Message>
</Section>
- <Section header="Default Settings">
+ <Section header="Default Language Profiles For Newly Added Shows">
<Check
label="Series"
settingKey="settings-general-serie_default_enabled"
diff --git a/frontend/src/pages/Settings/Radarr/index.tsx b/frontend/src/pages/Settings/Radarr/index.tsx
index 264c78924..0414b1732 100644
--- a/frontend/src/pages/Settings/Radarr/index.tsx
+++ b/frontend/src/pages/Settings/Radarr/index.tsx
@@ -48,7 +48,7 @@ const SettingsRadarrView: FunctionComponent = () => {
</Section>
<Section header="Options">
<Slider
- label="Minimum Score"
+ label="Minimum Score For Movies"
settingKey="settings-general-minimum_score_movie"
></Slider>
<Chips
diff --git a/frontend/src/pages/Settings/Scheduler/index.tsx b/frontend/src/pages/Settings/Scheduler/index.tsx
index df88725b2..8c4f60d00 100644
--- a/frontend/src/pages/Settings/Scheduler/index.tsx
+++ b/frontend/src/pages/Settings/Scheduler/index.tsx
@@ -97,7 +97,7 @@ const SettingsSchedulerView: FunctionComponent = () => {
on={(k) => k === "Weekly"}
>
<Selector
- label="Day of The Week"
+ label="Day of Week"
settingKey="settings-sonarr-full_update_day"
options={dayOptions}
></Selector>
@@ -107,7 +107,7 @@ const SettingsSchedulerView: FunctionComponent = () => {
on={(k) => k === "Daily" || k === "Weekly"}
>
<Selector
- label="Time of The Day"
+ label="Time of Day"
settingKey="settings-sonarr-full_update_hour"
options={timeOptions}
></Selector>
@@ -134,7 +134,7 @@ const SettingsSchedulerView: FunctionComponent = () => {
on={(k) => k === "Weekly"}
>
<Selector
- label="Day of The Week"
+ label="Day of Week"
settingKey="settings-radarr-full_update_day"
options={dayOptions}
></Selector>
@@ -144,7 +144,7 @@ const SettingsSchedulerView: FunctionComponent = () => {
on={(k) => k === "Daily" || k === "Weekly"}
>
<Selector
- label="Time of The Day"
+ label="Time of Day"
settingKey="settings-radarr-full_update_hour"
options={timeOptions}
></Selector>
@@ -190,7 +190,7 @@ const SettingsSchedulerView: FunctionComponent = () => {
on={(k) => k === "Weekly"}
>
<Selector
- label="Day of The Week"
+ label="Day of Week"
settingKey="settings-backup-day"
options={dayOptions}
></Selector>
@@ -200,7 +200,7 @@ const SettingsSchedulerView: FunctionComponent = () => {
on={(k) => k === "Daily" || k === "Weekly"}
>
<Selector
- label="Time of The Day"
+ label="Time of Day"
settingKey="settings-backup-hour"
options={timeOptions}
></Selector>
diff --git a/frontend/src/pages/Settings/Sonarr/index.tsx b/frontend/src/pages/Settings/Sonarr/index.tsx
index ff4ac6ca2..fc8ba8462 100644
--- a/frontend/src/pages/Settings/Sonarr/index.tsx
+++ b/frontend/src/pages/Settings/Sonarr/index.tsx
@@ -50,7 +50,7 @@ const SettingsSonarrView: FunctionComponent = () => {
</Section>
<Section header="Options">
<Slider
- label="Minimum Score"
+ label="Minimum Score For Episodes"
settingKey="settings-general-minimum_score"
></Slider>
<Chips
diff --git a/frontend/src/pages/Settings/Subtitles/index.tsx b/frontend/src/pages/Settings/Subtitles/index.tsx
index 38abfe8e4..d279bbb0a 100644
--- a/frontend/src/pages/Settings/Subtitles/index.tsx
+++ b/frontend/src/pages/Settings/Subtitles/index.tsx
@@ -129,7 +129,7 @@ const commandOptionElements: React.JSX.Element[] = commandOptions.map(
const SettingsSubtitlesView: FunctionComponent = () => {
return (
<Layout name="Subtitles">
- <Section header="Basic Options">
+ <Section header="Subtitle File Options">
<Selector
label="Subtitle Folder"
options={folderOptions}
@@ -156,8 +156,26 @@ const SettingsSubtitlesView: FunctionComponent = () => {
What file extension to use when saving hearing-impaired subtitles to
disk (e.g., video.en.sdh.srt).
</Message>
+ <Check
+ label="Encode Subtitles To UTF-8"
+ settingKey="settings-general-utf8_encode"
+ ></Check>
+ <Message>
+ Re-encode downloaded subtitles to UTF-8. Should be left enabled in
+ most cases.
+ </Message>
+ <Check
+ label="Change Subtitle File Permission After Download (chmod)"
+ settingKey="settings-general-chmod_enabled"
+ ></Check>
+ <CollapseBox indent settingKey="settings-general-chmod_enabled">
+ <Text placeholder="0777" settingKey="settings-general-chmod"></Text>
+ <Message>
+ Must be a 4 digit octal number. Only for non-Windows systems.
+ </Message>
+ </CollapseBox>
</Section>
- <Section header="Embedded Subtitles">
+ <Section header="Embedded Subtitles Handling">
<Check
label="Treat Embedded Subtitles as Downloaded"
settingKey="settings-general-use_embedded_subs"
@@ -233,28 +251,6 @@ const SettingsSubtitlesView: FunctionComponent = () => {
</Message>
</CollapseBox>
</Section>
- <Section header="Encoding">
- <Check
- label="Encode Subtitles To UTF-8"
- settingKey="settings-general-utf8_encode"
- ></Check>
- <Message>
- Re-encode downloaded subtitles to UTF-8. Should be left enabled in
- most cases.
- </Message>
- </Section>
- <Section header="Permissions">
- <Check
- label="Change Subtitle File Permission (chmod)"
- settingKey="settings-general-chmod_enabled"
- ></Check>
- <CollapseBox indent settingKey="settings-general-chmod_enabled">
- <Text placeholder="0777" settingKey="settings-general-chmod"></Text>
- <Message>
- Must be a 4 digit octal number. Only for non-Windows systems.
- </Message>
- </CollapseBox>
- </Section>
<Section header="Performance / Optimization">
<Check
label="Adaptive Searching"
@@ -304,7 +300,11 @@ const SettingsSubtitlesView: FunctionComponent = () => {
results scores.
</Message>
</Section>
- <Section header="Sub-Zero Modifications">
+ <Section header="Sub-Zero Subtitle Content Modifications">
+ <Message>
+ After downloaded, content of the subtitles will be modified based on
+ options selected below.
+ </Message>
<Check
label="Hearing Impaired"
settingOptions={{ onLoaded: SubzeroModification("remove_HI") }}
@@ -373,7 +373,7 @@ const SettingsSubtitlesView: FunctionComponent = () => {
playback devices.
</Message>
</Section>
- <Section header="Synchronization / Alignment">
+ <Section header="Audio Synchronization / Alignment">
<Check
label="Always use Audio Track as Reference for Syncing"
settingKey="settings-subsync-force_audio"
@@ -383,7 +383,7 @@ const SettingsSubtitlesView: FunctionComponent = () => {
subtitle.
</Message>
<Check
- label="No Fix Framerate"
+ label="Do Not Fix Framerate Mismatch"
settingKey="settings-subsync-no_fix_framerate"
></Check>
<Message>
@@ -408,11 +408,11 @@ const SettingsSubtitlesView: FunctionComponent = () => {
The max allowed offset seconds for any subtitle segment.
</Message>
<Check
- label="Automatic Subtitles Synchronization"
+ label="Automatic Subtitles Audio Synchronization"
settingKey="settings-subsync-use_subsync"
></Check>
<Message>
- Enable automatic synchronization after downloading subtitles.
+ Enable automatic audio synchronization after downloading subtitles.
</Message>
<CollapseBox indent settingKey="settings-subsync-use_subsync">
<MultiSelector
@@ -429,7 +429,7 @@ const SettingsSubtitlesView: FunctionComponent = () => {
the media file.
</Message>
<Check
- label="Series Score Threshold"
+ label="Series Score Threshold For Audio Sync"
settingKey="settings-subsync-use_subsync_threshold"
></Check>
<CollapseBox
@@ -447,7 +447,7 @@ const SettingsSubtitlesView: FunctionComponent = () => {
</Message>
</CollapseBox>
<Check
- label="Movies Score Threshold"
+ label="Movies Score Threshold For Audio Sync"
settingKey="settings-subsync-use_subsync_movie_threshold"
></Check>
<CollapseBox
@@ -478,7 +478,7 @@ const SettingsSubtitlesView: FunctionComponent = () => {
<CollapseBox indent settingKey="settings-general-use_postprocessing">
<Check
settingKey="settings-general-use_postprocessing_threshold"
- label="Series Score Threshold"
+ label="Series Score Threshold For Post-Processing"
></Check>
<CollapseBox
indent
@@ -496,7 +496,7 @@ const SettingsSubtitlesView: FunctionComponent = () => {
</CollapseBox>
<Check
settingKey="settings-general-use_postprocessing_threshold_movie"
- label="Movies Score Threshold"
+ label="Movies Score Threshold For Post-Processing"
></Check>
<CollapseBox
indent