Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enterprise Search] Copyedit: remove redundant link, simplify wording #156391

Merged
merged 2 commits into from
May 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -99,28 +99,10 @@ export const ConnectorConfiguration: React.FC = () => {
{
children: (
<>
<EuiText size="s">
{i18n.translate(
'xpack.enterpriseSearch.content.indices.configurationConnector.connectorPackage.description.firstParagraph',
{
defaultMessage:
'The connectors repository contains several connector client examples to help you utilize our framework for accelerated development against custom data sources.',
}
)}
</EuiText>
<EuiLink href="https://github.com/elastic/connectors" target="_blank">
{i18n.translate(
'xpack.enterpriseSearch.content.indices.configurationConnector.connectorPackage.button.label',
{
defaultMessage: 'Explore the connectors repository',
}
)}
</EuiLink>
<EuiSpacer />
<EuiText size="s">
<FormattedMessage
id="xpack.enterpriseSearch.content.indices.configurationConnector.connectorPackage.description.secondParagraph"
defaultMessage="The connectors repository contains several {link} to help you utilize our framework for accelerated development against custom data sources."
defaultMessage="The connectors repository contains several {link}. Use our framework for accelerated development against custom data sources."
values={{
link: (
<EuiLink
Expand Down Expand Up @@ -266,7 +248,7 @@ export const ConnectorConfiguration: React.FC = () => {
'xpack.enterpriseSearch.content.indices.configurationConnector.scheduleSync.description',
{
defaultMessage:
'Once your connectors are configured to your liking, don’t forget to set a recurring sync schedule to make sure your documents are indexed and relevant. You can also trigger a one-time sync without enabling a sync schedule.',
'Once configured, set a recurring sync schedule to keep your documents in sync over time. You can also simply trigger a one-time sync.',
}
)}
</EuiText>
Expand Down