Skip to content

Commit

Permalink
restore i18n string
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon committed May 9, 2022
1 parent cd85c83 commit cee8d53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const visTypeXyVisFn = (): VisTypeXyExpressionFunctionDefinition => ({
legendSize: {
types: ['string'],
default: DEFAULT_LEGEND_SIZE,
help: i18n.translate('visTypeXy.function.args.legendSize.help', {
help: i18n.translate('visTypeXy.function.args.args.legendSize.help', {
defaultMessage: 'Specifies the legend size.',
}),
options: [
Expand Down

0 comments on commit cee8d53

Please sign in to comment.