Skip to content

Commit

Permalink
Fix i18n error
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Apr 6, 2020
1 parent 10a3e0f commit 75d7c61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const sampleActionVariableDescription = i18n.translate(
'xpack.infra.logs.alerting.threshold.sampleActionVariableDescription',
{
defaultMessage:
'Action variables are whatever values you want to make available to messages that this alert sends. This one would replace {{context.sample}} in an action message.',
'Action variables are whatever values you want to make available to messages that this alert sends. This one would replace \\{\\{context.sample\\}\\} in an action message.',
}
);

Expand Down

0 comments on commit 75d7c61

Please sign in to comment.