mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 09:45:33 +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": {
|
||||
"title": "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",
|
||||
"syncing": "Syncing...",
|
||||
"disconnect": "Disconnect"
|
||||
|
|
|
|||
|
|
@ -802,6 +802,9 @@ export function TraktEdit() {
|
|||
</p>
|
||||
<p className="max-w-[30rem] font-medium">
|
||||
{t("settings.connections.trakt.description")}
|
||||
<p className="text-type-secondary text-xs mt-2">
|
||||
{t("settings.connections.trakt.details")}
|
||||
</p>
|
||||
</p>
|
||||
{error && <p className="text-type-danger mt-2">{error}</p>}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue