Skip to content

Commit

Permalink
[Lens] Remove beta labels (#75574) (#75776)
Browse files Browse the repository at this point in the history
* [Lens] Remove beta labels

* Remove translations

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
Wylie Conlon and elasticmachine committed Aug 24, 2020
1 parent c1fa192 commit 0ec0d7e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
EuiIcon,
EuiImage,
EuiText,
EuiBetaBadge,
EuiButtonEmpty,
EuiLink,
} from '@elastic/eui';
Expand Down Expand Up @@ -210,10 +209,6 @@ export function InnerWorkspacePanel({
}

function renderEmptyWorkspace() {
const tooltipContent = i18n.translate('xpack.lens.editorFrame.tooltipContent', {
defaultMessage:
'Lens is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features',
});
return (
<div className="eui-textCenter">
<EuiText textAlign="center" grow={false} color="subdued" data-test-subj="empty-workspace">
Expand All @@ -232,8 +227,7 @@ export function InnerWorkspacePanel({
<FormattedMessage
id="xpack.lens.editorFrame.emptyWorkspaceHeading"
defaultMessage="Lens is a new tool for creating visualizations"
/>{' '}
<EuiBetaBadge label="Beta" tooltipContent={tooltipContent} />
/>
</p>
<p>
<small>
Expand Down
4 changes: 2 additions & 2 deletions x-pack/plugins/lens/public/vis_type_alias.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const getLensAliasConfig = (): VisTypeAlias => ({
defaultMessage: `Lens is a simpler way to create basic visualizations`,
}),
icon: 'lensApp',
stage: 'beta',
stage: 'production',
appExtensions: {
visualizations: {
docTypes: ['lens'],
Expand All @@ -42,7 +42,7 @@ export const getLensAliasConfig = (): VisTypeAlias => ({
editUrl: getEditPath(id),
editApp: 'lens',
icon: 'lensApp',
stage: 'beta',
stage: 'production',
savedObjectType: type,
typeTitle: i18n.translate('xpack.lens.visTypeAlias.type', { defaultMessage: 'Lens' }),
};
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -9891,7 +9891,6 @@
"xpack.lens.editorFrame.quickFunctionsLabel": "クイック機能",
"xpack.lens.editorFrame.requiredDimensionWarningLabel": "必要な次元",
"xpack.lens.editorFrame.suggestionPanelTitle": "提案",
"xpack.lens.editorFrame.tooltipContent": "レンズはベータ段階で、変更される可能性があります。 デザインとコードはオフィシャル GA 機能よりも完成度が低く、現状のまま保証なしで提供されています。ベータ機能にはオフィシャル GA 機能の SLA が適用されません",
"xpack.lens.embeddable.failure": "ビジュアライゼーションを表示できませんでした",
"xpack.lens.embeddableDisplayName": "レンズ",
"xpack.lens.excludeValueButtonAriaLabel": "{value}を除外",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -9894,7 +9894,6 @@
"xpack.lens.editorFrame.quickFunctionsLabel": "快选函数",
"xpack.lens.editorFrame.requiredDimensionWarningLabel": "所需尺寸",
"xpack.lens.editorFrame.suggestionPanelTitle": "建议",
"xpack.lens.editorFrame.tooltipContent": "Lens 为公测版,可能会进行更改。 设计和代码相对于正式发行版功能还不够成熟,将按原样提供,且不提供任何保证。公测版功能不受正式发行版功能支持 SLA 的约束",
"xpack.lens.embeddable.failure": "无法显示可视化",
"xpack.lens.embeddableDisplayName": "lens",
"xpack.lens.excludeValueButtonAriaLabel": "排除 {value}",
Expand Down

0 comments on commit 0ec0d7e

Please sign in to comment.