mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +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"
|
||||
className="text-type-seccondary cursor-pointer"
|
||||
>
|
||||
Support FED API by sharing your token?
|
||||
Support FED API by contributing your token?
|
||||
</label>
|
||||
</div>
|
||||
<p className="text-type-secondary text-xs mt-2">
|
||||
If you chose to share your token, it allows anyone to use FED
|
||||
API without bringing their own token! You token is kept private
|
||||
and encrypted.
|
||||
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.
|
||||
</p>
|
||||
</>
|
||||
) : null}
|
||||
|
|
|
|||
|
|
@ -311,13 +311,13 @@ function FebboxTokenEdit({ febboxToken, setFebboxToken }: FebboxTokenProps) {
|
|||
htmlFor="share-token-consent"
|
||||
className="text-type-seccondary cursor-pointer"
|
||||
>
|
||||
Support FED API by sharing your token?
|
||||
Support FED API by contributing your token?
|
||||
</label>
|
||||
</div>
|
||||
<p className="text-type-secondary text-xs mt-2">
|
||||
If you chose to share your token, it allows anyone to use FED API
|
||||
without bringing their own token! You token is kept private and
|
||||
encrypted.
|
||||
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.
|
||||
</p>
|
||||
</>
|
||||
) : null}
|
||||
|
|
|
|||
Loading…
Reference in a new issue