mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* 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:
parent
9e8722039e
commit
cba077d518
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue