[Maps] remove beta labeling from application and docs (#39871)

* [Maps] remove beta labeling from application and docs

* clean up i18n
This commit is contained in:
Nathan Reese 2019-07-01 12:48:29 -06:00 committed by GitHub
parent 9949107a79
commit 7f4c07b3c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 12 deletions

View file

@ -5,8 +5,6 @@
[partintro]
--
beta[]
The **Maps** application enables you to parse through your geographical data at scale, with speed, and in real time. With features like multiple layers and indices in a map, plotting of raw documents, dynamic client-side styling, and global search across multiple layers, you can understand and monitor your data with ease.
[role="screenshot"]

View file

@ -23,7 +23,6 @@ import {
EuiOverlayMask,
EuiConfirmModal,
EuiCallOut,
EuiBetaBadge,
} from '@elastic/eui';
import { i18n } from '@kbn/i18n';
import { FormattedMessage } from '@kbn/i18n/react';
@ -391,14 +390,6 @@ export class MapListing extends React.Component {
<FormattedMessage
id="xpack.maps.mapListing.listingTableTitle"
defaultMessage="Maps"
/>{' '}
&nbsp;
<EuiBetaBadge
label="Beta"
tooltipContent={i18n.translate('xpack.maps.mapListing.betaMessageBadge', {
defaultMessage:
'Maps is still in beta. Please help us improve by reporting issues or bugs in the Kibana repo.',
})}
/>
</h1>
</EuiTitle>

View file

@ -5257,7 +5257,6 @@
"xpack.maps.mapController.saveSuccessMessage": "「{title}」が保存されました",
"xpack.maps.mapEmbeddableFactory": "マップを読み込めません。奇形の保存されたオブジェクト",
"xpack.maps.mapListing.advancedSettingsLinkText": "高度な設定",
"xpack.maps.mapListing.betaMessageBadge": "マップはまだベータ段階です。Kibana repo で問題やバグを報告して、製品の改善にご協力ください。",
"xpack.maps.mapListing.cancelTitle": "キャンセル",
"xpack.maps.mapListing.createMapButtonLabel": "マップを作成",
"xpack.maps.mapListing.deleteSelectedButtonLabel": "選択項目を削除",