Skip to content

Commit

Permalink
Change id for i18n string
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipb committed Apr 14, 2020
1 parent c91c23e commit 8fdf8a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ export const ExpressionRow: React.FC<ExpressionRowProps> = props => {
export const DisabledAggField = ({ text }: { text: string }) => {
return (
<EuiExpression
description={i18n.translate('xpack.triggersActionsUI.common.expressionItems.of.buttonLabel', {
description={i18n.translate('xpack.infra.metrics.alertFlyout.of.buttonLabel', {
defaultMessage: 'of',
})}
value={text}
Expand Down

0 comments on commit 8fdf8a4

Please sign in to comment.