Fix typo in LegendControls (#139706)

This commit is contained in:
jennypavlova 2022-08-30 17:00:07 +02:00 committed by GitHub
parent 1cbf83f73c
commit 3cec0fc2fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -306,7 +306,7 @@ export const LegendControls = ({
<SwatchLabel
color={last(paletteColors)!}
label={i18n.translate('xpack.infra.legendControls.maxLabel', {
defaultMessage: 'Maxium',
defaultMessage: 'Maximum',
})}
/>
}