update a bit

This commit is contained in:
Pas 2025-05-18 09:05:37 -06:00
parent 497ed64a09
commit fd4dd08153
2 changed files with 4 additions and 5 deletions

View file

@ -530,7 +530,7 @@
},
"watchparty": {
"watchpartyItem": "Watch Party",
"notice": "Watch Party might not be available for some sources",
"notice": "Legacy Watch Party might not be available for some sources",
"legacyWatchparty": "Use legacy Watch Party"
}
},

View file

@ -136,10 +136,6 @@ export function WatchPartyView({ id }: { id: string }) {
</Menu.BackLink>
<Menu.Section>
<div className="pb-4">
<Menu.Paragraph marginClass="text-xs text-type-secondary mb-4">
{t("player.menus.watchparty.notice")}
</Menu.Paragraph>
{backendSupportsWatchParty &&
(enabled ? (
<div className="space-y-4">
@ -322,6 +318,9 @@ export function WatchPartyView({ id }: { id: string }) {
>
{t("player.menus.watchparty.legacyWatchparty")}
</Menu.Link>
<Menu.Paragraph marginClass="text-xs text-type-secondary mb-4">
{t("player.menus.watchparty.notice")}
</Menu.Paragraph>
</div>
</Menu.Section>
</>