We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9169e06 commit 534f677Copy full SHA for 534f677
packages/webui/src/client/ui/ClockView/ClockView.tsx
@@ -44,7 +44,7 @@ export function ClockView({ studioId }: Readonly<{ studioId: StudioId }>): JSX.E
44
<DirectorScreen playlistId={playlist._id} studioId={studioId} />
45
</RundownTimingProvider>
46
) : (
47
- <StudioScreenSaver studioId={studioId} ownBackground={true} />
+ <StudioScreenSaver studioId={studioId} ownBackground={true} screenName={t('Director Screen')} />
48
)}
49
</Route>
50
<Route path="/countdowns/:studioId/overlay">
0 commit comments