Skip to content

Commit

Permalink
[Fleet] Fix tooltip to show integration instead of package (#129060) (#…
Browse files Browse the repository at this point in the history
…129077)

(cherry picked from commit 54b2dbe)

Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
  • Loading branch information
kibanamachine and juliaElastic authored Mar 31, 2022
1 parent 83dda63 commit 29ac8f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const AgentDashboardLink: React.FunctionComponent<{
content={
<FormattedMessage
id="xpack.fleet.agentDetails.viewDashboardButtonDisabledTooltip"
defaultMessage="Agent dashboard not found, you need to install the elastic_agent package."
defaultMessage="Agent dashboard not found, you need to install the elastic_agent integration."
/>
}
>
Expand Down

0 comments on commit 29ac8f9

Please sign in to comment.