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

View file

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