···7979 <p className="max-w-[30rem] font-medium">
8080 <Trans i18nKey="settings.connections.febbox.description">
8181 Bring your own Febbox account to get the best streaming with
8282- 4K quality, Dolby Atmos, and the best (fastest) load times!
8282+ 4K quality, Dolby Atmos, skip intro and the best (fastest)
8383+ load times!
8384 </Trans>
8485 </p>
8586 </div>
···164165 {status === "error" && (
165166 <p className="text-type-danger mt-4">
166167 Failed to fetch a "VIP" stream. Token is invalid or
167167- API is down
168168+ API is down!
168169 </p>
169170 )}
170171 </>
+3-2
src/pages/parts/settings/ConnectionsPart.tsx
···256256 <p className="max-w-[30rem] font-medium">
257257 <Trans i18nKey="settings.connections.febbox.description">
258258 Bring your own Febbox account to get the best streaming with 4K
259259- quality, Dolby Atmos, and the best (fastest) load times!
259259+ quality, Dolby Atmos, skip intro and the best (fastest) load
260260+ times!
260261 </Trans>
261262 </p>
262263 </div>
···340341 {status === "error" && (
341342 <p className="text-type-danger mt-4">
342343 Failed to fetch a "VIP" stream. Token is invalid or
343343- API is down
344344+ API is down!
344345 </p>
345346 )}
346347 </>