Skip to content

Commit

Permalink
[SecuritySolution][Hosts] All hosts table OS column tooltip message (e…
Browse files Browse the repository at this point in the history
…lastic#123628)

* tooltip added to OS column

* change os info message

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
semd and kibanamachine authored Jan 26, 2022
1 parent 9024098 commit 16642e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
);

Expand Down

0 comments on commit 16642e0

Please sign in to comment.