[App Search] Fix typo in content verification fallback message (#109743)

This commit is contained in:
Orhan Toy 2021-08-24 15:05:37 +02:00 committed by GitHub
parent 3534450317
commit d36287a1e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -479,7 +479,7 @@ describe('AddDomainLogic', () => {
},
contentVerification: {
state: 'invalid',
message: 'Unable to verify content because the "Network Connectivity" check failed.',
message: 'Unable to verify content because the "Indexing Restrictions" check failed.',
},
});
});
@ -574,7 +574,7 @@ describe('AddDomainLogic', () => {
},
contentVerification: {
state: 'invalid',
message: 'Unable to verify content because the "Network Connectivity" check failed.',
message: 'Unable to verify content because the "Indexing Restrictions" check failed.',
},
});
});

View file

@ -99,7 +99,8 @@ const allFailureResultChanges: CrawlerDomainValidationResultChange = {
message: i18n.translate(
'xpack.enterpriseSearch.appSearch.crawler.addDomainForm.contentVerificationFalureMessage',
{
defaultMessage: 'Unable to verify content because the "Network Connectivity" check failed.',
defaultMessage:
'Unable to verify content because the "Indexing Restrictions" check failed.',
}
),
},