mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* fixed no packages found message
* fixed no packages found message
(cherry picked from commit 06389d7b90
)
Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
This commit is contained in:
parent
942426de4c
commit
75daa8d6b9
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ function GridColumn({ list, showMissingIntegrationMessage = false }: GridColumnP
|
|||
) : (
|
||||
<FormattedMessage
|
||||
id="xpack.fleet.epmList.noPackagesFoundPlaceholder"
|
||||
defaultMessage="No packages found"
|
||||
defaultMessage="No integrations found"
|
||||
/>
|
||||
)}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue