diff --git a/x-pack/plugins/code/index.ts b/x-pack/plugins/code/index.ts index c05f5b63c6301..f74de35c905de 100644 --- a/x-pack/plugins/code/index.ts +++ b/x-pack/plugins/code/index.ts @@ -19,7 +19,7 @@ export const code = (kibana: any) => uiExports: { app: { - title: 'Code', + title: 'Code (Beta)', main: 'plugins/code/app', euiIconType: 'codeApp', }, diff --git a/x-pack/plugins/code/public/app.tsx b/x-pack/plugins/code/public/app.tsx index 6621a1b5e08a8..ac1e9f63da574 100644 --- a/x-pack/plugins/code/public/app.tsx +++ b/x-pack/plugins/code/public/app.tsx @@ -46,7 +46,7 @@ function RootController($scope: any, $element: any, $http: any) { chrome.setRootController('code', RootController); chrome.breadcrumbs.set([ { - text: 'Code', + text: 'Code (Beta)', href: '#/', }, ]);