mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 11:42:27 +00:00
add details
This commit is contained in:
parent
1c05f99b3e
commit
6e5184501f
2 changed files with 4 additions and 0 deletions
|
|
@ -1330,6 +1330,7 @@
|
||||||
"trakt": {
|
"trakt": {
|
||||||
"title": "Trakt",
|
"title": "Trakt",
|
||||||
"description": "Sync your watchlist and history with Trakt.",
|
"description": "Sync your watchlist and history with Trakt.",
|
||||||
|
"details": "Syncing might take a few minutes to complete. Changes on Trakt may conflict with local changes, so local items are prioritized.",
|
||||||
"connect": "Connect Trakt",
|
"connect": "Connect Trakt",
|
||||||
"syncing": "Syncing...",
|
"syncing": "Syncing...",
|
||||||
"disconnect": "Disconnect"
|
"disconnect": "Disconnect"
|
||||||
|
|
|
||||||
|
|
@ -802,6 +802,9 @@ export function TraktEdit() {
|
||||||
</p>
|
</p>
|
||||||
<p className="max-w-[30rem] font-medium">
|
<p className="max-w-[30rem] font-medium">
|
||||||
{t("settings.connections.trakt.description")}
|
{t("settings.connections.trakt.description")}
|
||||||
|
<p className="text-type-secondary text-xs mt-2">
|
||||||
|
{t("settings.connections.trakt.details")}
|
||||||
|
</p>
|
||||||
</p>
|
</p>
|
||||||
{error && <p className="text-type-danger mt-2">{error}</p>}
|
{error && <p className="text-type-danger mt-2">{error}</p>}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue