mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-12 15:41:04 +00:00
add notice
This commit is contained in:
parent
fa7b70b52a
commit
ae63641d16
2 changed files with 4 additions and 0 deletions
|
|
@ -1270,6 +1270,7 @@
|
||||||
"debrid": {
|
"debrid": {
|
||||||
"title": "Debrid (Beta)",
|
"title": "Debrid (Beta)",
|
||||||
"description": "Enter your Debrid API key to access Debrid services. Requires a paid <0>Real-Debrid</0> or <1>TorBox</1> account!",
|
"description": "Enter your Debrid API key to access Debrid services. Requires a paid <0>Real-Debrid</0> or <1>TorBox</1> account!",
|
||||||
|
"notice": "Notice: This may not work on all browsers, use Chrome for the best compatibility. If you hear no audio, use another source. :(",
|
||||||
"tokenLabel": "API Key",
|
"tokenLabel": "API Key",
|
||||||
"serviceOptions": {
|
"serviceOptions": {
|
||||||
"realdebrid": "Real Debrid",
|
"realdebrid": "Real Debrid",
|
||||||
|
|
|
||||||
|
|
@ -559,6 +559,9 @@ export function DebridEdit({
|
||||||
{/* fifth's referral code */}
|
{/* fifth's referral code */}
|
||||||
<MwLink to="https://torbox.app/subscription?referral=3f665ece-0405-4012-9db7-c6f90e8567e1" />
|
<MwLink to="https://torbox.app/subscription?referral=3f665ece-0405-4012-9db7-c6f90e8567e1" />
|
||||||
</Trans>
|
</Trans>
|
||||||
|
<p className="text-type-danger mt-2 max-w-[30rem]">
|
||||||
|
{t("debrid.notice")}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex items-center gap-3">
|
||||||
<Toggle onClick={toggleDebridExpanded} enabled={isDebridVisible} />
|
<Toggle onClick={toggleDebridExpanded} enabled={isDebridVisible} />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue