[SecuritySolution][Hosts] All hosts table OS column tooltip message (#123628) (#123798)

* tooltip added to OS column

* change os info message

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 16642e0028)

Co-authored-by: Sergi Massaneda <sergi.massaneda@elastic.co>
This commit is contained in:
Kibana Machine 2022-01-26 07:24:00 -05:00 committed by GitHub
parent 9e8722039e
commit cba077d518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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