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 +
)}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}