Skip to content

Commit

Permalink
Copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed May 14, 2021
1 parent 25912a8 commit 02558f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -529,13 +529,13 @@ export const mapProcessorTypeToDescriptor: MapProcessorTypeToDescriptor = {
'xpack.ingestPipelines.processors.description.registeredDomain',
{
defaultMessage:
'Extracts the registered domain (also known as the effective top-level domain or eTLD), sub-domain, and top-level domain from a fully qualified domain name.',
'Extracts the registered domain (effective top-level domain), sub-domain, and top-level domain from a fully qualified domain name.',
}
),
getDefaultDescription: ({ field }) =>
i18n.translate('xpack.ingestPipelines.processors.defaultDescription.registeredDomain', {
defaultMessage:
'Extracts the registered domain, sub-domain and top-level domain from "{field}"',
'Extracts the registered domain, sub-domain, and top-level domain from "{field}"',
values: {
field,
},
Expand Down

0 comments on commit 02558f4

Please sign in to comment.