update some text

This commit is contained in:
Pas 2025-04-15 21:56:37 -06:00
parent d8abfdb83c
commit 9b09020af4
2 changed files with 6 additions and 4 deletions

View file

@ -79,7 +79,8 @@ export function FEDAPISetup() {
<p className="max-w-[30rem] font-medium">
<Trans i18nKey="settings.connections.febbox.description">
Bring your own Febbox account to get the best streaming with
4K quality, Dolby Atmos, and the best (fastest) load times!
4K quality, Dolby Atmos, skip intro and the best (fastest)
load times!
</Trans>
</p>
</div>
@ -164,7 +165,7 @@ export function FEDAPISetup() {
{status === "error" && (
<p className="text-type-danger mt-4">
Failed to fetch a &quot;VIP&quot; stream. Token is invalid or
API is down
API is down!
</p>
)}
</>

View file

@ -256,7 +256,8 @@ function FebboxTokenEdit({ febboxToken, setFebboxToken }: FebboxTokenProps) {
<p className="max-w-[30rem] font-medium">
<Trans i18nKey="settings.connections.febbox.description">
Bring your own Febbox account to get the best streaming with 4K
quality, Dolby Atmos, and the best (fastest) load times!
quality, Dolby Atmos, skip intro and the best (fastest) load
times!
</Trans>
</p>
</div>
@ -340,7 +341,7 @@ function FebboxTokenEdit({ febboxToken, setFebboxToken }: FebboxTokenProps) {
{status === "error" && (
<p className="text-type-danger mt-4">
Failed to fetch a &quot;VIP&quot; stream. Token is invalid or
API is down
API is down!
</p>
)}
</>