Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed Sep 14, 2022
1 parent 8d49631 commit 04265a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/observability/server/ui_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,11 @@ export const uiSettings: Record<string, UiSettingsParams<boolean | number | stri
},
[enableInfrastructureHostsView]: {
category: [observabilityFeatureId],
name: i18n.translate('xpack.observability.infrastructureHostsView', {
name: i18n.translate('xpack.observability.enableInfrastructureHostsView', {
defaultMessage: 'Infrastructure Hosts view',
}),
value: false,
description: i18n.translate('xpack.observability.enableInfrastructureViewDescription', {
description: i18n.translate('xpack.observability.enableInfrastructureHostsViewDescription', {
defaultMessage: 'Enable the Hosts view in the Infrastructure app',
}),
schema: schema.boolean(),
Expand Down

0 comments on commit 04265a2

Please sign in to comment.