Update fedapi verbage

This commit is contained in:
Pas 2025-02-19 21:44:39 -07:00
parent 73195dfa1c
commit 090f7e01f5
2 changed files with 11 additions and 13 deletions

View file

@ -42,13 +42,12 @@ export function OptionalDropdown() {
<div className="flex justify-between items-center gap-4"> <div className="flex justify-between items-center gap-4">
<div className="my-3"> <div className="my-3">
<p className="text-white font-bold mb-3"> <p className="text-white font-bold mb-3">
Optional: FED API (Febbox) UI token Optional: FED API (Febbox) token
</p> </p>
<p className="max-w-[30rem] font-medium"> <p className="max-w-[30rem] font-medium">
<Trans i18nKey="settings.connections.febbox.description"> <Trans i18nKey="settings.connections.febbox.description">
Bringing your own UI token allows you to get faster 4K streams. Bring your owm Febbox account to get the best streaming with 4K
We only have a limited number of tokens, so bringing your own quality, Dolby Atmos, and the best (fastest) load times!
helps speed up your streams when traffic is high.
</Trans> </Trans>
</p> </p>
</div> </div>
@ -180,11 +179,9 @@ export function OnboardingPage() {
<br /> <br />
<strong>Optional FED API (Febbox) UI token</strong> <strong>Optional FED API (Febbox) UI token</strong>
<br /> <br />
Bringing your own UI token allows you to get faster 4K streams. Bringing your owm Febbox account allows you to unlock FED API,
Each Febbox account has 100gb/mo bandwidth and we only have a our best source with 4K quality, Dolby Atmos, the most content,
limited ammount of accounts. By bringing your own you get that and the best (fastest) load times. This the highly recommended!
all to yourself! This is not an account token and is only used
to get stream links from Febbox&apos;s API.
<br /> <br />
<br /> <br />
If you have more questions on how this works, feel free to ask If you have more questions on how this works, feel free to ask

View file

@ -181,12 +181,13 @@ function FebboxTokenEdit({ febboxToken, setFebboxToken }: FebboxTokenProps) {
<SettingsCard> <SettingsCard>
<div className="flex justify-between items-center gap-4"> <div className="flex justify-between items-center gap-4">
<div className="my-3"> <div className="my-3">
<p className="text-white font-bold mb-3">FED API (Febbox) UI token</p> <p className="text-white font-bold mb-3">
Optional: FED API (Febbox) token
</p>
<p className="max-w-[30rem] font-medium"> <p className="max-w-[30rem] font-medium">
<Trans i18nKey="settings.connections.febbox.description"> <Trans i18nKey="settings.connections.febbox.description">
Bringing your own UI token allows you to get faster 4K streams. We Bring your owm Febbox account to get the best streaming with 4K
only have a limited number of tokens, so bringing your own helps quality, Dolby Atmos, and the best (fastest) load times!
speed up your streams when traffic is high.
</Trans> </Trans>
</p> </p>
</div> </div>