mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix i18n
This commit is contained in:
parent
bae731ef2d
commit
e6adf743b8
1 changed files with 2 additions and 2 deletions
|
@ -183,10 +183,10 @@ const xyLegendValues: Array<{
|
|||
},
|
||||
{
|
||||
value: LegendValue.LastNonNullValue,
|
||||
label: i18n.translate('xpack.lens.shared.legendValues.lastValue', {
|
||||
label: i18n.translate('xpack.lens.shared.legendValues.lastNonNullValue', {
|
||||
defaultMessage: 'Last non-null value',
|
||||
}),
|
||||
toolTipContent: i18n.translate('xpack.lens.shared.legendValues.lastValueDesc', {
|
||||
toolTipContent: i18n.translate('xpack.lens.shared.legendValues.lastNonNullValueDesc', {
|
||||
defaultMessage: 'Last non-null value in the series.',
|
||||
}),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue