mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-20 23:07:16 +00:00
Update fedapi text
This commit is contained in:
parent
9d3123ac1f
commit
922cf19fcf
2 changed files with 8 additions and 5 deletions
|
|
@ -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 "VIP" 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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue