Skip to content

Commit a45c3e1

Browse files
committed
fix: use screen term instead of view in screen name
1 parent 893cd9a commit a45c3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webui/src/client/ui/Prompter/PrompterView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ export class PrompterViewContent extends React.Component<Translated<IProps & ITr
558558
{this.renderAccessRequestButtons()}
559559
</>
560560
) : this.props.studio ? (
561-
<StudioScreenSaver studioId={this.props.studio._id} screenName={t('Prompter View')} />
561+
<StudioScreenSaver studioId={this.props.studio._id} screenName={t('Prompter Screen')} />
562562
) : this.props.studioId ? (
563563
this.renderMessage(t("This studio doesn't exist."))
564564
) : (

0 commit comments

Comments
 (0)