Skip to content

Commit

Permalink
Fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Nov 12, 2024
1 parent 9147041 commit e16411f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function getMessageAndTypeFromId<K extends ErrorTypes>({
return {
type: 'error',
message: i18n.translate(
'kbn-esql-validation-autocomplete.esql.validation.unsupportedFunctionforCommandOption',
'kbn-esql-validation-autocomplete.esql.validation.fnUnsupportedAfterCommand',
{
defaultMessage: '[{function}] function cannot be used after {command}',
values: {
Expand Down

0 comments on commit e16411f

Please sign in to comment.