Skip to content

Commit

Permalink
Update x-pack/legacy/plugins/apm/public/components/app/Settings/Agent…
Browse files Browse the repository at this point in the history
…Configurations/AgentConfigurationCreateEdit/ServicePage/ServicePage.tsx

Co-Authored-By: Casper Hübertz <casper@formgeist.com>
  • Loading branch information
sorenlouv and formgeist committed Mar 22, 2020
1 parent 9dea4c7 commit cb51fcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit cb51fcc

Please sign in to comment.