mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Fix typo in LegendControls (#139706)
This commit is contained in:
parent
1cbf83f73c
commit
3cec0fc2fb
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ export const LegendControls = ({
|
|||
<SwatchLabel
|
||||
color={last(paletteColors)!}
|
||||
label={i18n.translate('xpack.infra.legendControls.maxLabel', {
|
||||
defaultMessage: 'Maxium',
|
||||
defaultMessage: 'Maximum',
|
||||
})}
|
||||
/>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue