[Fleet] fixed no packages found message (#124119) (#124141)

* 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:
Kibana Machine 2022-01-31 12:00:05 -05:00 committed by GitHub
parent 942426de4c
commit 75daa8d6b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>