From aebd3feabf64db5d494eec665e82a2642a72087b Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sat, 22 Mar 2025 18:01:15 -0600 Subject: [PATCH] update shared fedapi token verbage --- src/pages/onboarding/Onboarding.tsx | 8 ++++---- src/pages/parts/settings/ConnectionsPart.tsx | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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}