diff --git a/x-pack/legacy/plugins/siem/public/components/page/network/network_top_countries_table/translations.ts b/x-pack/legacy/plugins/siem/public/components/page/network/network_top_countries_table/translations.ts index 70450f08a7d9..e3a2697142be 100644 --- a/x-pack/legacy/plugins/siem/public/components/page/network/network_top_countries_table/translations.ts +++ b/x-pack/legacy/plugins/siem/public/components/page/network/network_top_countries_table/translations.ts @@ -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', } ); diff --git a/x-pack/legacy/plugins/siem/public/pages/hosts/translations.ts b/x-pack/legacy/plugins/siem/public/pages/hosts/translations.ts index e7f6c3abbd3b..1c95cbed71a4 100644 --- a/x-pack/legacy/plugins/siem/public/pages/hosts/translations.ts +++ b/x-pack/legacy/plugins/siem/public/pages/hosts/translations.ts @@ -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', } );