pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/

add details

Pas 6e518450 1c05f99b

+4
+1
src/assets/locales/en.json
··· 1330 1330 "trakt": { 1331 1331 "title": "Trakt", 1332 1332 "description": "Sync your watchlist and history with Trakt.", 1333 + "details": "Syncing might take a few minutes to complete. Changes on Trakt may conflict with local changes, so local items are prioritized.", 1333 1334 "connect": "Connect Trakt", 1334 1335 "syncing": "Syncing...", 1335 1336 "disconnect": "Disconnect"
+3
src/pages/parts/settings/ConnectionsPart.tsx
··· 802 802 </p> 803 803 <p className="max-w-[30rem] font-medium"> 804 804 {t("settings.connections.trakt.description")} 805 + <p className="text-type-secondary text-xs mt-2"> 806 + {t("settings.connections.trakt.details")} 807 + </p> 805 808 </p> 806 809 {error && <p className="text-type-danger mt-2">{error}</p>} 807 810 </div>