Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ export const SearchOrAskAiModal = () => {
block-size: 2em;
display: flex;
`}
label="Beta"
label="Alpha"
color="accent"
tooltipContent="This feature is in beta. It's only enabled if you are in Elastic's Global VPN."
tooltipContent="This feature is in private preview and is only enabled if you are in Elastic's Global VPN."
/>

<EuiText color="subdued" size="xs">
This feature is in beta.{' '}
This feature is in private preview (alpha).{' '}
<EuiLink
target="_blank"
rel="noopener noreferrer"
Expand Down
Loading