Skip to content

Commit

Permalink
Fix missed copies
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-huang committed Apr 9, 2020
1 parent 846541e commit 4469d67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const StepSelectPackage: React.FunctionComponent<{
placeholder: i18n.translate(
'xpack.ingestManager.createDatasource.stepSelectPackage.filterPackagesInputPlaceholder',
{
defaultMessage: 'Search for packages',
defaultMessage: 'Search for integrations',
}
),
}}
Expand Down Expand Up @@ -179,7 +179,7 @@ export const StepSelectPackage: React.FunctionComponent<{
title={
<FormattedMessage
id="xpack.ingestManager.createDatasource.stepSelectPackage.errorLoadingSelectedPackageTitle"
defaultMessage="Error loading selected package"
defaultMessage="Error loading selected integration"
/>
}
error={selectedPkgError}
Expand Down

0 comments on commit 4469d67

Please sign in to comment.