Skip to content

Commit

Permalink
Fixes title capitalisations (#49445) (#49511)
Browse files Browse the repository at this point in the history
  • Loading branch information
benskelker authored Oct 29, 2019
1 parent 9f539f1 commit 78b6d60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ export const FLOWS = i18n.translate('xpack.siem.networkTopCountriesTable.column.
export const DESTINATION_COUNTRIES = i18n.translate(
'xpack.siem.networkTopCountriesTable.heading.destinationCountries',
{
defaultMessage: 'Destination Countries',
defaultMessage: 'Destination countries',
}
);

export const SOURCE_COUNTRIES = i18n.translate(
'xpack.siem.networkTopCountriesTable.heading.sourceCountries',
{
defaultMessage: 'Source Countries',
defaultMessage: 'Source countries',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const PAGE_TITLE = i18n.translate('xpack.siem.hosts.pageTitle', {
export const NAVIGATION_ALL_HOSTS_TITLE = i18n.translate(
'xpack.siem.hosts.navigation.allHostsTitle',
{
defaultMessage: 'All Hosts',
defaultMessage: 'All hosts',
}
);

Expand Down

0 comments on commit 78b6d60

Please sign in to comment.