From 922cf19fcf2ede709bc8ac747499f019ddf4da5f Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Mon, 31 Mar 2025 16:43:05 -0600 Subject: [PATCH] Update fedapi text --- src/pages/onboarding/Onboarding.tsx | 9 ++++++--- src/pages/parts/settings/ConnectionsPart.tsx | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/pages/onboarding/Onboarding.tsx b/src/pages/onboarding/Onboarding.tsx index 0096f640..f760a456 100644 --- a/src/pages/onboarding/Onboarding.tsx +++ b/src/pages/onboarding/Onboarding.tsx @@ -164,7 +164,10 @@ export function FEDAPISetup() { /> {status === "error" && ( -

Token was unsuccessful

+

+ Failed to fetch a "VIP" stream. Token is invalid or + API is down +

)}
@@ -184,8 +187,8 @@ export function FEDAPISetup() {

If you chose to contribute your token, it allows anyone to use - FED API without bringing their own token! You token is kept - private and encrypted. + FED API (Shared) without bringing their own token! You token is + kept private and encrypted.

) : null} diff --git a/src/pages/parts/settings/ConnectionsPart.tsx b/src/pages/parts/settings/ConnectionsPart.tsx index d5819761..83939e54 100644 --- a/src/pages/parts/settings/ConnectionsPart.tsx +++ b/src/pages/parts/settings/ConnectionsPart.tsx @@ -316,8 +316,8 @@ function FebboxTokenEdit({ febboxToken, setFebboxToken }: FebboxTokenProps) {

If you chose to contribute your token, it allows anyone to use FED - API without bringing their own token! You token is kept private - and encrypted. + API (Shared) without bringing their own token! You token is kept + private and encrypted.

) : null}