mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 02:52:28 +00:00
update shared fedapi token verbage
This commit is contained in:
parent
040179b44f
commit
aebd3feabf
2 changed files with 8 additions and 8 deletions
|
|
@ -179,13 +179,13 @@ export function FEDAPISetup() {
|
||||||
htmlFor="share-token-consent"
|
htmlFor="share-token-consent"
|
||||||
className="text-type-seccondary cursor-pointer"
|
className="text-type-seccondary cursor-pointer"
|
||||||
>
|
>
|
||||||
Support FED API by sharing your token?
|
Support FED API by contributing your token?
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-type-secondary text-xs mt-2">
|
<p className="text-type-secondary text-xs mt-2">
|
||||||
If you chose to share your token, it allows anyone to use FED
|
If you chose to contribute your token, it allows anyone to use
|
||||||
API without bringing their own token! You token is kept private
|
FED API without bringing their own token! You token is kept
|
||||||
and encrypted.
|
private and encrypted.
|
||||||
</p>
|
</p>
|
||||||
</>
|
</>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
|
||||||
|
|
@ -311,13 +311,13 @@ function FebboxTokenEdit({ febboxToken, setFebboxToken }: FebboxTokenProps) {
|
||||||
htmlFor="share-token-consent"
|
htmlFor="share-token-consent"
|
||||||
className="text-type-seccondary cursor-pointer"
|
className="text-type-seccondary cursor-pointer"
|
||||||
>
|
>
|
||||||
Support FED API by sharing your token?
|
Support FED API by contributing your token?
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-type-secondary text-xs mt-2">
|
<p className="text-type-secondary text-xs mt-2">
|
||||||
If you chose to share your token, it allows anyone to use FED API
|
If you chose to contribute your token, it allows anyone to use FED
|
||||||
without bringing their own token! You token is kept private and
|
API without bringing their own token! You token is kept private
|
||||||
encrypted.
|
and encrypted.
|
||||||
</p>
|
</p>
|
||||||
</>
|
</>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue