Result settings: Fix restore defaults copy (#103413)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Constance 2021-06-28 08:39:27 -07:00 committed by GitHub
parent 43a897e640
commit 84e1b01ceb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ const RESET_CONFIRMATION_MESSAGE = i18n.translate(
'xpack.enterpriseSearch.appSearch.engine.resultSettings.confirmResetMessage',
{
defaultMessage:
'This will revert your settings back to the default: all fields set to raw. The default will take over immediately and impact your search results.',
'Are you sure you want to restore result settings defaults? This will set all fields back to raw with no limits.',
}
);