Skip to content

Commit

Permalink
Fix formatted message id
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipb committed Mar 18, 2020
1 parent be35ac2 commit 5b0b238
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ export const Expressions: React.FC<Props> = props => {
onClick={addExpression}
>
<FormattedMessage
id={'xpack.infra.metrics.alertFlyout.addCondition'}
defaultMessage={'Add condition'}
id="xpack.infra.metrics.alertFlyout.addCondition"
defaultMessage="Add condition"
/>
</EuiButtonEmpty>
</div>
Expand Down

0 comments on commit 5b0b238

Please sign in to comment.