diff --git a/web/messages/de.json b/web/messages/de.json index c460e8c..35e4e54 100644 --- a/web/messages/de.json +++ b/web/messages/de.json @@ -100,7 +100,7 @@ "display_identity_per_client": "Pro Client", "display_identity_per_client_mode": "Pro Client + Auflösung", "display_layout_mode": "Multi-Monitor-Anordnung", - "display_layout_help": "Wie mehrere Anzeigen auf dem Desktop angeordnet werden. Manuell nutzt die Anordnungstabelle unten (ab 2 Anzeigen).", + "display_layout_help": "Automatisch ordnet die Anzeigen nebeneinander an (links nach rechts). Manuell: Du platzierst jede selbst — ein X/Y-Editor pro Anzeige erscheint im Abschnitt „Aktive Displays“ unten, sobald zwei oder mehr streamen.", "display_layout_auto_row": "Automatisch (nebeneinander)", "display_layout_manual": "Manuell", "clients_title": "Gekoppelte Geräte", diff --git a/web/messages/en.json b/web/messages/en.json index 2cc03d4..a88e977 100644 --- a/web/messages/en.json +++ b/web/messages/en.json @@ -100,7 +100,7 @@ "display_identity_per_client": "Per client", "display_identity_per_client_mode": "Per client + resolution", "display_layout_mode": "Multi-monitor layout", - "display_layout_help": "How several displays are arranged on the desktop. Manual uses the arrangement table below (with 2+ displays).", + "display_layout_help": "Auto lays displays out side by side, left to right. Manual: you position each one yourself — a per-display X/Y editor appears in the Live displays section below once two or more are streaming.", "display_layout_auto_row": "Auto (side by side)", "display_layout_manual": "Manual", "clients_title": "Paired clients", diff --git a/web/src/sections/Displays/DisplayCard.tsx b/web/src/sections/Displays/DisplayCard.tsx index 2ee0817..d137441 100644 --- a/web/src/sections/Displays/DisplayCard.tsx +++ b/web/src/sections/Displays/DisplayCard.tsx @@ -1,6 +1,6 @@ import { useQueryClient } from "@tanstack/react-query"; import { Button } from "@unom/ui/button"; -import { type FC, useEffect, useState } from "react"; +import { type FC, type ReactNode, useEffect, useState } from "react"; import { getGetDisplayStateQueryKey, getGetDisplaySettingsQueryKey, @@ -210,8 +210,7 @@ const DisplayForm: FC<{ {/* Custom: every option by hand */} {isCustom && (
-
- +
-

{m.display_keep_alive_help()}

-
+ -
- + -
+
- {help &&

{help}

} -
+ ); /**