Skip to content

Commit

Permalink
Fix the wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrazb committed Jan 7, 2025
1 parent 5c6032b commit 58afc10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ export const ConnectorDetailOverview: React.FC = () => {
{i18n.translate(
'xpack.enterpriseSearch.content.connectors.overview.agentlessDeploymentNotReadyCallOut.description',
{
defaultMessage:
"We're setting up the agentless infrastructure to run the connector.",
defaultMessage: 'Setting up the agentless infrastructure to run the connector.',
}
)}
</EuiText>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const ConfigurationStep: React.FC<ConfigurationStepProps> = ({ title, set
'xpack.enterpriseSearch.createConnector.configurationStep.agentlessDeploymentNotReadyCallOut.description',
{
defaultMessage:
"We're setting up the agentless infrastructure to run the connector. This process may take up to one minute.",
'Setting up the agentless infrastructure to run the connector. This process may take up to one minute.',
}
)}
</EuiText>
Expand Down

0 comments on commit 58afc10

Please sign in to comment.