diff options
author | JayZed <[email protected]> | 2024-12-09 19:13:26 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-09 19:13:26 -0500 |
commit | d2dc869c1c90d479a3a39aee264f9d695af2e53c (patch) | |
tree | 8f05db4e664b14b0bb297d23f7db3bd052721cf3 /frontend/src/pages/Settings/Radarr/index.tsx | |
parent | a7df6a9c6213cbb16ffc212f22aa3ae4c82599dd (diff) | |
download | bazarr-d2dc869c1c90d479a3a39aee264f9d695af2e53c.tar.gz bazarr-d2dc869c1c90d479a3a39aee264f9d695af2e53c.zip |
Improved Settings wording and organization.v1.4.6-beta.27
Diffstat (limited to 'frontend/src/pages/Settings/Radarr/index.tsx')
-rw-r--r-- | frontend/src/pages/Settings/Radarr/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |