Skip to content

Commit

Permalink
Change query access messaging (#1224)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho authored Feb 5, 2024
1 parent 0cd79bf commit c95b1d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ exports[`Data Connection Page test Renders Prometheus data connection page with
<div
class="euiText euiText--small overview-content"
>
Everyone
Admin only
</div>
</div>
</div>
Expand Down Expand Up @@ -894,7 +894,7 @@ exports[`Data Connection Page test Renders S3 data connection page with data 1`]
<div
class="euiText euiText--small overview-content"
>
Everyone
Admin only
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const AccessControlTab = (props: AccessControlTabProps) => {
? `Restricted to ${selectedQueryPermissionRoles
.map((role) => role.label)
.join(',')}`
: 'Everyone'}
: 'Admin only'}
</EuiText>
</EuiFlexItem>
</EuiFlexGroup>
Expand Down

0 comments on commit c95b1d7

Please sign in to comment.