Fixes title capitalisations (#49445)

This commit is contained in:
Ben Skelker 2019-10-28 20:26:15 +02:00 committed by GitHub
parent 23a9058cc4
commit e3b6da981b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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',
}
);

View file

@ -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',
}
);