Skip to content

Commit

Permalink
fixes ui titles (#57535) (#57758)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
benskelker and elasticmachine authored Feb 16, 2020
1 parent cb40502 commit adf20c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ALERTS_TABLE_TITLE = i18n.translate('xpack.siem.alertsView.alertsTa
});

export const ALERTS_GRAPH_TITLE = i18n.translate('xpack.siem.alertsView.alertsGraphTitle', {
defaultMessage: 'External alerts count',
defaultMessage: 'External alert count',
});

export const ALERTS_STACK_BY_MODULE = i18n.translate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const STACK_BY_USERS = i18n.translate(
export const HISTOGRAM_HEADER = i18n.translate(
'xpack.siem.detectionEngine.signals.histogram.headerTitle',
{
defaultMessage: 'Signals count',
defaultMessage: 'Signal count',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
import { i18n } from '@kbn/i18n';

export const ALERTS_GRAPH_TITLE = i18n.translate('xpack.siem.overview.alertsGraphTitle', {
defaultMessage: 'External alerts count',
defaultMessage: 'External alert count',
});

export const EVENTS = i18n.translate('xpack.siem.overview.eventsTitle', {
defaultMessage: 'Events count',
defaultMessage: 'Event count',
});

export const NEWS_FEED_TITLE = i18n.translate('xpack.siem.overview.newsFeedSidebarTitle', {
Expand All @@ -31,7 +31,7 @@ export const RECENT_TIMELINES = i18n.translate('xpack.siem.overview.recentTimeli
});

export const SIGNAL_COUNT = i18n.translate('xpack.siem.overview.signalCountTitle', {
defaultMessage: 'Signals count',
defaultMessage: 'Signal count',
});

export const VIEW_ALERTS = i18n.translate('xpack.siem.overview.viewAlertsButtonLabel', {
Expand Down

0 comments on commit adf20c2

Please sign in to comment.