mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
update some text
This commit is contained in:
parent
d8abfdb83c
commit
9b09020af4
2 changed files with 6 additions and 4 deletions
|
|
@ -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 "VIP" stream. Token is invalid or
|
||||
API is down
|
||||
API is down!
|
||||
</p>
|
||||
)}
|
||||
</>
|
||||
|
|
|
|||
|
|
@ -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 "VIP" stream. Token is invalid or
|
||||
API is down
|
||||
API is down!
|
||||
</p>
|
||||
)}
|
||||
</>
|
||||
|
|
|
|||
Loading…
Reference in a new issue