mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.11`: - [Update UI copy for `tech preview` (#170143)](https://github.com/elastic/kibana/pull/170143) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"James Rodewig","email":"james.rodewig@elastic.co"},"sourceCommit":{"committedDate":"2023-11-02T20:48:53Z","message":"Update UI copy for `tech preview` (#170143)","sha":"0997cb25238f812a3eff67733bb16ef1521abea4","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","Team:APM","release_note:skip","Team:Fleet","v8.12.0","v8.11.1","v8.10.5"],"number":170143,"url":"https://github.com/elastic/kibana/pull/170143","mergeCommit":{"message":"Update UI copy for `tech preview` (#170143)","sha":"0997cb25238f812a3eff67733bb16ef1521abea4"}},"sourceBranch":"main","suggestedTargetBranches":["8.11","8.10"],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/170143","number":170143,"mergeCommit":{"message":"Update UI copy for `tech preview` (#170143)","sha":"0997cb25238f812a3eff67733bb16ef1521abea4"}},{"branch":"8.11","label":"v8.11.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.10","label":"v8.10.5","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
This commit is contained in:
parent
414848ca90
commit
1b00859969
20 changed files with 20 additions and 20 deletions
|
@ -39,7 +39,7 @@ Accessibility of Kibana relies on the following technologies to work with your w
|
|||
[float]
|
||||
[[accessibility-limitations-and-alternatives]]
|
||||
== Limitations and alternatives
|
||||
Despite our best efforts to ensure accessibility of Kibana, there are some limitations. Please https://github.com/elastic/kibana/issues/new?labels=Project%3AAccessibility&template=Accessibility.md&title=%28Accessibility%29[open an issue on GitHub] if you observe an issue not in this list.
|
||||
Despite our efforts to ensure the accessibility of Kibana, there are some limitations. Please https://github.com/elastic/kibana/issues/new?labels=Project%3AAccessibility&template=Accessibility.md&title=%28Accessibility%29[open an issue on GitHub] if you observe an issue not in this list.
|
||||
|
||||
Known limitations are in the following areas:
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ export const LinksStrings = {
|
|||
getTechnicalPreviewTooltip: () =>
|
||||
i18n.translate('links.panelEditor.technicalPreviewTooltip', {
|
||||
defaultMessage:
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
}),
|
||||
getTechnicalPreviewLabel: () =>
|
||||
i18n.translate('links.panelEditor.technicalPreviewLabel', {
|
||||
|
|
|
@ -21,7 +21,7 @@ export const ExperimentalMapLayerInfo = () => (
|
|||
<FormattedMessage
|
||||
id="visTypeVega.mapView.experimentalMapLayerInfo"
|
||||
defaultMessage="This functionality is in technical preview and may be changed or removed completely in a future release.
|
||||
Elastic will take a best effort approach to fix any issues, but features in technical preview are
|
||||
Elastic will work to fix any issues, but features in technical preview are
|
||||
are not subject to the support SLA of official GA features.
|
||||
For feedback, please create an issue in {githubLink}."
|
||||
values={{
|
||||
|
|
|
@ -22,7 +22,7 @@ export const InfoComponent = () => {
|
|||
<FormattedMessage
|
||||
id="visualizations.experimentalVisInfoText"
|
||||
defaultMessage="It may be changed or removed completely in a future release.
|
||||
Elastic will take a best effort approach to fix any issues, but features
|
||||
Elastic will work to fix any issues, but features
|
||||
in technical preview are not subject to the support SLA of official GA features.
|
||||
For feedback, please create an issue in {githubLink}."
|
||||
values={{
|
||||
|
|
|
@ -39,7 +39,7 @@ const getBadge = (item: VisualizationListItem) => {
|
|||
})}
|
||||
tooltipContent={i18n.translate('visualizations.listing.experimentalTooltip', {
|
||||
defaultMessage:
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
})}
|
||||
/>
|
||||
);
|
||||
|
|
|
@ -248,7 +248,7 @@ const ToolsGroup = ({ visType, onVisTypeSelected, showExperimental }: VisCardPro
|
|||
iconType="beaker"
|
||||
tooltipContent={i18n.translate('visualizations.newVisWizard.experimentalTooltip', {
|
||||
defaultMessage:
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
})}
|
||||
label={i18n.translate('visualizations.newVisWizard.experimentalTitle', {
|
||||
defaultMessage: 'Technical preview',
|
||||
|
|
|
@ -21,7 +21,7 @@ export const TechnicalPreviewBadge: FC = () => {
|
|||
color="hollow"
|
||||
tooltipContent={i18n.translate('xpack.aiops.techPreviewBadge.tooltip', {
|
||||
defaultMessage:
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
})}
|
||||
tooltipPosition={'right'}
|
||||
/>
|
||||
|
|
|
@ -646,7 +646,7 @@ export const EXPERIMENTAL_DESCRIPTION = i18n.translate(
|
|||
'xpack.alerting.maintenanceWindows.badge.experimentalDescription',
|
||||
{
|
||||
defaultMessage:
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ export function TechnicalPreviewBadge({ icon, size, style }: Props) {
|
|||
'xpack.apm.technicalPreviewBadgeDescription',
|
||||
{
|
||||
defaultMessage:
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
}
|
||||
)}
|
||||
iconType={icon}
|
||||
|
|
|
@ -11,7 +11,7 @@ properties:
|
|||
description: The rule identifier.
|
||||
type: string
|
||||
example: 94d80550-aaf4-11ec-985f-97e55adae8b9
|
||||
name:
|
||||
name:
|
||||
description: The rule name.
|
||||
type: string
|
||||
example: security_rule
|
|
@ -383,5 +383,5 @@ export const EXPERIMENTAL_LABEL = i18n.translate('xpack.cases.badge.experimental
|
|||
|
||||
export const EXPERIMENTAL_DESC = i18n.translate('xpack.cases.badge.experimentalDesc', {
|
||||
defaultMessage:
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
});
|
||||
|
|
|
@ -29,7 +29,7 @@ const RELEASE_BADGE_DESCRIPTION: { [key in Exclude<IntegrationCardReleaseLabel,
|
|||
}),
|
||||
preview: i18n.translate('xpack.fleet.epm.releaseBadge.technicalPreviewDescription', {
|
||||
defaultMessage:
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
}),
|
||||
rc: i18n.translate('xpack.fleet.epm.releaseBadge.releaseCandidateDescription', {
|
||||
defaultMessage: 'This integration is not recommended for use in production environments.',
|
||||
|
|
|
@ -21,7 +21,7 @@ export const TechnicalPreviewBadge: FC<{ compressed?: boolean }> = ({ compressed
|
|||
color="hollow"
|
||||
tooltipContent={i18n.translate('xpack.ml.navMenu.trainedModelsTabBetaTooltipContent', {
|
||||
defaultMessage:
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
})}
|
||||
tooltipPosition={'right'}
|
||||
/>
|
||||
|
|
|
@ -17,7 +17,7 @@ export function ExperimentalBadge() {
|
|||
})}
|
||||
tooltipContent={i18n.translate('xpack.observability.experimentalBadgeDescription', {
|
||||
defaultMessage:
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
})}
|
||||
/>
|
||||
);
|
||||
|
|
|
@ -20,7 +20,7 @@ export function TechnicalPreviewBadge() {
|
|||
})}
|
||||
tooltipContent={i18n.translate('xpack.observabilityAiAssistant.experimentalTooltip', {
|
||||
defaultMessage:
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
})}
|
||||
/>
|
||||
);
|
||||
|
|
|
@ -21,7 +21,7 @@ export function TechnicalPreviewBadge({ icon = 'beaker', size, style }: Props) {
|
|||
})}
|
||||
tooltipContent={i18n.translate('xpack.observabilityShared.technicalPreviewBadgeDescription', {
|
||||
defaultMessage:
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
})}
|
||||
iconType={icon}
|
||||
size={size}
|
||||
|
|
|
@ -53,7 +53,7 @@ export const SuppressedAlerts: React.VFC<SuppressedAlertsProps> = ({ alertSuppre
|
|||
tooltipContent={
|
||||
<FormattedMessage
|
||||
id="xpack.securitySolution.flyout.right.insights.entities.suppressedAlertTechnicalPreviewTooltip"
|
||||
defaultMessage="This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but features in technical preview are not subject to the support SLA of official GA features."
|
||||
defaultMessage="This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features."
|
||||
/>
|
||||
}
|
||||
tooltipPosition="bottom"
|
||||
|
|
|
@ -409,7 +409,7 @@ const TabsContentComponent: React.FC<BasicTimelineTab> = ({
|
|||
tooltipContent={
|
||||
<FormattedMessage
|
||||
id="xpack.securitySolution.timeline.tabs.discoverEsqlInTimeline.technicalPreviewTooltip"
|
||||
defaultMessage="This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but features in technical preview are not subject to the support SLA of official GA features."
|
||||
defaultMessage="This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features."
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
|
|
@ -32,7 +32,7 @@ export const ExperimentalBadge = React.memo(() => (
|
|||
'xpack.stackAlerts.esQuery.ui.selectQueryFormType.experimentalDescription',
|
||||
{
|
||||
defaultMessage:
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
}
|
||||
)}
|
||||
tooltipPosition="bottom"
|
||||
|
|
|
@ -13,6 +13,6 @@ export const betaBadgeProps = {
|
|||
}),
|
||||
tooltipContent: i18n.translate('xpack.triggersActionsUI.technicalPreviewBadgeDescription', {
|
||||
defaultMessage:
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
'This functionality is in technical preview and may be changed or removed completely in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.',
|
||||
}),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue