Skip to content

Commit e4f0a22

Browse files
committed
🌐 Fix some i18n id
1 parent 4aad2a7 commit e4f0a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/lens/public/xy_visualization/xy_config_panel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ export function DimensionEditor(props: VisualizationDimensionEditorProps<State>)
581581
<EuiSwitch
582582
data-test-subj="lnsshowShowValueLabelsSwitch"
583583
showLabel={false}
584-
label={i18n.translate('xpack.lens.xyChart.showValueLabels', {
584+
label={i18n.translate('xpack.lens.xyChart.showValueLabels.label', {
585585
defaultMessage: 'Show Value Labels',
586586
})}
587587
onChange={({ target }) => {

0 commit comments

Comments
 (0)