update shared fedapi token verbage

This commit is contained in:
Pas 2025-03-22 18:01:15 -06:00
parent 040179b44f
commit aebd3feabf
2 changed files with 8 additions and 8 deletions

View file

@ -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}

View file

@ -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}