Skip to content

Commit

Permalink
fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Oct 27, 2023
1 parent 70083fb commit 1e3395d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,7 @@ export const ChartsGrid: FC<{
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiText color={'subdued'} size={'s'}>
{v.fn}
{i18n.translate('xpack.aiops.chartsGrid.TextLabel', { defaultMessage: '(' })}
{v.metricField}
{i18n.translate('xpack.aiops.chartsGrid.TextLabel', { defaultMessage: ')' })}
{v.fn}({v.metricField})
</EuiText>
</EuiFlexItem>
</EuiFlexGroup>
Expand Down

0 comments on commit 1e3395d

Please sign in to comment.