mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[7.x] [APM] Agent config: fix typo in validation error message… (#40746)
Closes #40726.
This commit is contained in:
parent
99fc1f02ef
commit
8272ee7890
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ export function AddSettingFlyoutBody({
|
|||
'xpack.apm.settings.agentConf.flyOut.serviceEnvironmentSelectErrorText',
|
||||
{
|
||||
defaultMessage:
|
||||
'Must select a valid environement to save a configuration.'
|
||||
'Must select a valid environment to save a configuration.'
|
||||
}
|
||||
)}
|
||||
isInvalid={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue