mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-23 14:26:02 +08:00
no log: fix language
This commit is contained in:
parent
663e8d7395
commit
978b378683
1 changed files with 4 additions and 4 deletions
|
@ -101,7 +101,7 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
|
|||
{
|
||||
type: "switch",
|
||||
key: "hi_fallback",
|
||||
name: "Use HI subtitles as a fallback (don't enable it if you have a HI language profile)",
|
||||
name: "Use HI subtitles as a fallback (don't enable this if you have a HI language profile)",
|
||||
},
|
||||
{
|
||||
type: "switch",
|
||||
|
@ -115,7 +115,7 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
|
|||
{
|
||||
key: "gestdown",
|
||||
name: "Gestdown (Addic7ed proxy)",
|
||||
description: "Proxy for Addic7ed website. No need for login or cookie.",
|
||||
description: "Proxy for Addic7ed website. No need for login or cookies.",
|
||||
},
|
||||
{
|
||||
key: "greeksubs",
|
||||
|
@ -278,7 +278,7 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
|
|||
{
|
||||
type: "switch",
|
||||
key: "verify_ssl",
|
||||
name: "Verify SSL certificate (disabling introduce a MitM attack risk)",
|
||||
name: "Verify SSL certificate (disabling this introduces a MitM attack risk)",
|
||||
defaultValue: true,
|
||||
},
|
||||
],
|
||||
|
@ -313,7 +313,7 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
|
|||
key: "subs4series",
|
||||
name: "Subs4Series",
|
||||
description:
|
||||
"Greek Subtitles Provider. Require anti-captcha provider to solve on each download.",
|
||||
"Greek Subtitles Provider. Requires anti-captcha provider to solve captchas for each download.",
|
||||
},
|
||||
{
|
||||
key: "subscene",
|
||||
|
|
Loading…
Reference in a new issue