[Enterprise Search] Update recheck copy (#138483) (#138609)

(cherry picked from commit bc1fe28b23)

Co-authored-by: Sander Philipse <94373878+sphilipse@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2022-08-11 09:38:21 -04:00 committed by GitHub
parent dba180eb6f
commit 0acef82ef3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ export const IndexViewLogic = kea<MakeLogicType<IndexViewValues, IndexViewAction
i18n.translate(
'xpack.enterpriseSearch.content.searchIndex.index.recheckSuccess.message',
{
defaultMessage: 'Successfully rechecked your connector',
defaultMessage: 'Your connector has been rechecked.',
}
)
);