From cb51fcc068bbf33a254c6e7f4220bf7ff23041f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Louv-Jansen?= Date: Fri, 20 Mar 2020 17:48:22 +0100 Subject: [PATCH] Update x-pack/legacy/plugins/apm/public/components/app/Settings/AgentConfigurations/AgentConfigurationCreateEdit/ServicePage/ServicePage.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Casper Hübertz --- .../AgentConfigurationCreateEdit/ServicePage/ServicePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/apm/public/components/app/Settings/AgentConfigurations/AgentConfigurationCreateEdit/ServicePage/ServicePage.tsx b/x-pack/legacy/plugins/apm/public/components/app/Settings/AgentConfigurations/AgentConfigurationCreateEdit/ServicePage/ServicePage.tsx index b2280ef3272fc..d56ba49c098b1 100644 --- a/x-pack/legacy/plugins/apm/public/components/app/Settings/AgentConfigurations/AgentConfigurationCreateEdit/ServicePage/ServicePage.tsx +++ b/x-pack/legacy/plugins/apm/public/components/app/Settings/AgentConfigurations/AgentConfigurationCreateEdit/ServicePage/ServicePage.tsx @@ -118,7 +118,7 @@ export function ServicePage({ newConfig, setNewConfig, onClickNext }: Props) { )} fieldLabel={i18n.translate( 'xpack.apm.agentConfig.servicePage.service.fieldLabel', - { defaultMessage: 'Service Name' } + { defaultMessage: 'Service name' } )} isLoading={serviceNamesStatus === FETCH_STATUS.LOADING} options={serviceNameOptions}