no log: fix language

pull/1951/head v1.1.2-beta.5
Victor Drijkoningen 2 years ago committed by GitHub
parent 663e8d7395
commit 978b378683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save