mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Profiling] Use 'Universal Profiling' everywhere (#140906)
This commit is contained in:
parent
1d2aa8a531
commit
fabdee3dde
4 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@ export function ProfilingAppPageTemplate({
|
|||
<ObservabilityPageTemplate
|
||||
pageHeader={{
|
||||
pageTitle: i18n.translate('xpack.profiling.appPageTemplate.pageTitle', {
|
||||
defaultMessage: 'Profiling',
|
||||
defaultMessage: 'Universal Profiling',
|
||||
}),
|
||||
tabs,
|
||||
}}
|
||||
|
|
|
@ -55,7 +55,7 @@ export class ProfilingPlugin implements Plugin {
|
|||
{
|
||||
// TODO: add beta badge to section label, needs support in Observability plugin
|
||||
label: i18n.translate('xpack.profiling.navigation.sectionLabel', {
|
||||
defaultMessage: 'Profiling',
|
||||
defaultMessage: 'Universal Profiling',
|
||||
}),
|
||||
entries: links.map((link) => {
|
||||
return {
|
||||
|
@ -78,7 +78,7 @@ export class ProfilingPlugin implements Plugin {
|
|||
|
||||
coreSetup.application.register({
|
||||
id: 'profiling',
|
||||
title: 'Profiling',
|
||||
title: 'Universal Profiling',
|
||||
euiIconType: 'logoObservability',
|
||||
appRoute: '/app/profiling',
|
||||
category: DEFAULT_APP_CATEGORIES.observability,
|
||||
|
|
|
@ -23,7 +23,7 @@ const routes = {
|
|||
element: (
|
||||
<RouteBreadcrumb
|
||||
title={i18n.translate('xpack.profiling.breadcrumb.profiling', {
|
||||
defaultMessage: 'Profiling',
|
||||
defaultMessage: 'Universal Profiling',
|
||||
})}
|
||||
href="/"
|
||||
>
|
||||
|
|
|
@ -13,7 +13,7 @@ export const PROFILING_SERVER_FEATURE_ID = 'profiling';
|
|||
export const PROFILING_FEATURE = {
|
||||
id: PROFILING_SERVER_FEATURE_ID,
|
||||
name: i18n.translate('xpack.profiling.featureRegistry.profilingFeatureName', {
|
||||
defaultMessage: 'Profiling',
|
||||
defaultMessage: 'Universal Profiling',
|
||||
}),
|
||||
order: 1200,
|
||||
category: DEFAULT_APP_CATEGORIES.observability,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue