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 b9cd80d commit 8ca110dCopy full SHA for 8ca110d
src/Elastic.Documentation.Site/Assets/web-components/SearchOrAskAi/SearchOrAskAiModal.tsx
@@ -84,13 +84,13 @@ export const SearchOrAskAiModal = () => {
84
block-size: 2em;
85
display: flex;
86
`}
87
- label="Beta"
+ label="Alpha"
88
color="accent"
89
- 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."
90
/>
91
92
<EuiText color="subdued" size="xs">
93
- This feature is in beta.{' '}
+ This feature is in private preview (alpha).{' '}
94
<EuiLink
95
target="_blank"
96
rel="noopener noreferrer"
0 commit comments