mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
0393ba9daa
commit
8a52aad405
2 changed files with 3 additions and 3 deletions
|
@ -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',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
@ -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',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue