Skip to content

Commit

Permalink
fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Sep 3, 2020
1 parent cc35b35 commit 1bbaef8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
import { i18n } from '@kbn/i18n';

export const ERROR_MATRIX_HISTOGRAM = i18n.translate(
'xpack.securitySolution.allHost.errorSearchDescription',
'xpack.securitySolution.matrixHistogram.errorSearchDescription',
{
defaultMessage: `An error has occurred on matrix histogram search`,
}
);

export const FAIL_MATRIX_HISTOGRAM = i18n.translate(
'xpack.securitySolution.allHost.failSearchDescription',
'xpack.securitySolution.matrixHistogram.failSearchDescription',
{
defaultMessage: `Failed to run search on matrix histogram`,
}
Expand Down

0 comments on commit 1bbaef8

Please sign in to comment.