From f2b7c06d7bb7c112248cb6e51fcddd908c6c947a Mon Sep 17 00:00:00 2001 From: JayZed Date: Tue, 27 Aug 2024 20:48:35 -0400 Subject: [PATCH] Removed Bold tag Replaced with MantineText fw={700} --- frontend/src/pages/Settings/Languages/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/Settings/Languages/index.tsx b/frontend/src/pages/Settings/Languages/index.tsx index 51612ec45..1bd9d72a8 100644 --- a/frontend/src/pages/Settings/Languages/index.tsx +++ b/frontend/src/pages/Settings/Languages/index.tsx @@ -1,4 +1,5 @@ import { FunctionComponent } from "react"; +import { Text as MantineText } from "@mantine/core"; import { useLanguageProfiles, useLanguages } from "@/apis/hooks"; import { Check, @@ -129,7 +130,10 @@ const SettingsLanguagesView: FunctionComponent = () => { matching tag is removed from Sonarr/Radarr, Bazarr will NOT remove the show's existing language profile for that reason. But if you wish to have language profiles removed automatically by tag value, simply - enter a list of one or more tags in the Remove Profile Tags + enter a list of one or more tags in the{" "} + + Remove Profile Tags + {" "} entry list below. If your video tag matches one of the tags in that list, then Bazarr will remove the language profile for that video. If there is a conflict between profile selection and profile removal,