From 16642e0028d445c805a6378d750b24688dc191de 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> --- .../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 ead534b1edc5b..15276355f800c 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 @@ -43,7 +43,7 @@ export const HOST_RISK_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', } );