Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copy for EditStreamScopeModal #381

Merged
merged 3 commits into from
Sep 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/studio-ui/src/components/EditStreamScopeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ export default function EditStreamScopeModal(props: EditStreamScopeModalProps) {
<>
<div className="italic mb-4">
Use one of the optional fields below to edit which entities this page
can access. If multiple Stream Scopes were selected and all fields are
disabled, see a developer to edit the Stream Scope.
can access. If all fields are disabled, see a developer to edit the
content scope.
</div>
<StreamScopePicker
streamScope={selectedScope}
Expand Down
Loading