Skip to content

Commit

Permalink
add suggested copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saarikabhasi committed May 2, 2024
1 parent d9281e6 commit d80d267
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions packages/kbn-search-api-panels/components/preprocess_data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const PreprocessDataPanel: React.FC<{
{i18n.translate(
'searchApiPanels.preprocessData.overview.dataEnrichment.learnMore',
{
defaultMessage: 'Learn More',
defaultMessage: 'Learn more',
}
)}
</EuiLink>
Expand All @@ -94,7 +94,7 @@ export const PreprocessDataPanel: React.FC<{
<EuiText size="s">
{i18n.translate('searchApiPanels.pipeline.overview.dataFiltering.description', {
defaultMessage:
'Remove fields from documents like sensitive information from documents before indexing.',
'Remove specific fields from documents before indexing, to exclude unnecessary or sensitive information.',
})}
</EuiText>
<EuiSpacer size="s" />
Expand All @@ -104,7 +104,7 @@ export const PreprocessDataPanel: React.FC<{
{i18n.translate(
'searchApiPanels.preprocessData.overview.dataFiltering.learnMore',
{
defaultMessage: 'Learn More',
defaultMessage: 'Learn more',
}
)}
</EuiLink>
Expand All @@ -131,7 +131,7 @@ export const PreprocessDataPanel: React.FC<{
{i18n.translate(
'searchApiPanels.pipeline.overview.arrayJsonHandling.description',
{
defaultMessage: 'Run batch processors, parse JSON data and sort elements.',
defaultMessage: 'Run batch processors, parse JSON data and sort elements.',
}
)}
</EuiText>
Expand All @@ -142,7 +142,7 @@ export const PreprocessDataPanel: React.FC<{
{i18n.translate(
'searchApiPanels.preprocessData.overview.arrayJsonHandling.learnMore',
{
defaultMessage: 'Learn More',
defaultMessage: 'Learn more',
}
)}
</EuiLink>
Expand Down Expand Up @@ -181,7 +181,7 @@ export const PreprocessDataPanel: React.FC<{
{i18n.translate(
'searchApiPanels.preprocessData.overview.dataTransformation.learnMore',
{
defaultMessage: 'Learn More',
defaultMessage: 'Learn more',
}
)}
</EuiLink>
Expand Down Expand Up @@ -209,7 +209,7 @@ export const PreprocessDataPanel: React.FC<{
'searchApiPanels.pipeline.overview.pipelineHandling.description',
{
defaultMessage:
'Handle error exceptions, execute another pipeline or reroute document to another index',
'Handle error exceptions, execute another pipeline, or reroute documents to another index',
}
)}
</EuiText>
Expand All @@ -220,7 +220,7 @@ export const PreprocessDataPanel: React.FC<{
{i18n.translate(
'searchApiPanels.preprocessData.overview.pipelineHandling.learnMore',
{
defaultMessage: 'Learn More',
defaultMessage: 'Learn more',
}
)}
</EuiLink>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const ConnectorIndexName: React.FC<ConnectorIndexNameProps> = ({ connecto
<p>
<FormattedMessage
id="xpack.serverlessSearch.connectors.config.preprocessData.description"
defaultMessage="You can use ingest pipelines to preprocess data before indexing into Elasticseearch. Connectors clients use {clientIngestionPipeline} pipeline before indexing data into Elasticsearch"
defaultMessage="Use ingest pipelines to preprocess data before indexing into Elasticsearch. Note that connector clients use the {clientIngestionPipeline} pipeline for preprocessing."
values={{
clientIngestionPipeline: (
<strong>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export const ElasticsearchOverview = () => {
<EuiFlexItem>
{i18n.translate('xpack.serverlessSearch.preprocessData.description', {
defaultMessage:
"Use ingest pipelines to preprocess your data before it's indexed into Elasticsearch, which is often much easier and cheaper than post-processing. Use any combination of ingest processors to add, delete, or transform fields in your documents.",
'Use ingest pipelines to preprocess your data before indexing into Elasticsearch. This is often much easier and cheaper than post-processing. Use any combination of ingest processors to add, delete, or transform fields in your documents.',
})}
</EuiFlexItem>
</EuiFlexGroup>
Expand Down

0 comments on commit d80d267

Please sign in to comment.