From e2d823e728f180d6d9125c7033174516a3bc6be3 Mon Sep 17 00:00:00 2001 From: Sergi Massaneda Date: Wed, 26 Jan 2022 11:22:16 +0100 Subject: [PATCH] [SecuritySolution][Hosts] All hosts table OS column tooltip message (#123628) * tooltip added to OS column * change os info message Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 16642e0028d445c805a6378d750b24688dc191de) --- .../public/hosts/components/hosts_table/translations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/hosts/components/hosts_table/translations.ts b/x-pack/plugins/security_solution/public/hosts/components/hosts_table/translations.ts index 10bc543d8c5de..43c901bf577a0 100644 --- a/x-pack/plugins/security_solution/public/hosts/components/hosts_table/translations.ts +++ b/x-pack/plugins/security_solution/public/hosts/components/hosts_table/translations.ts @@ -35,7 +35,7 @@ export const FIRST_LAST_SEEN_TOOLTIP = i18n.translate( export const OS_LAST_SEEN_TOOLTIP = i18n.translate( 'xpack.securitySolution.hostsTable.osLastSeenToolTip', { - defaultMessage: 'Most recently observed OS', + defaultMessage: 'Last observed operating system', } );