diff --git a/src/pages/onboarding/Onboarding.tsx b/src/pages/onboarding/Onboarding.tsx index c6b6c2bb..0096f640 100644 --- a/src/pages/onboarding/Onboarding.tsx +++ b/src/pages/onboarding/Onboarding.tsx @@ -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?

- 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.

) : null} diff --git a/src/pages/parts/settings/ConnectionsPart.tsx b/src/pages/parts/settings/ConnectionsPart.tsx index ef958b25..d5819761 100644 --- a/src/pages/parts/settings/ConnectionsPart.tsx +++ b/src/pages/parts/settings/ConnectionsPart.tsx @@ -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?

- 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.

) : null}