Update fedapi text

This commit is contained in:
Pas 2025-03-31 16:43:05 -06:00
parent 9d3123ac1f
commit 922cf19fcf
2 changed files with 8 additions and 5 deletions

View file

@ -164,7 +164,10 @@ export function FEDAPISetup() {
/>
</div>
{status === "error" && (
<p className="text-type-danger mt-4">Token was unsuccessful</p>
<p className="text-type-danger mt-4">
Failed to fetch a &quot;VIP&quot; stream. Token is invalid or
API is down
</p>
)}
<div className="mt-6 flex items-center">
@ -184,8 +187,8 @@ export function FEDAPISetup() {
</div>
<p className="text-type-secondary text-xs mt-2">
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.
</p>
</>
) : null}

View file

@ -316,8 +316,8 @@ function FebboxTokenEdit({ febboxToken, setFebboxToken }: FebboxTokenProps) {
</div>
<p className="text-type-secondary text-xs mt-2">
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.
</p>
</>
) : null}