Skip to content

Commit

Permalink
Result settings: Fix restore defaults copy (#103413)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
Constance and kibanamachine committed Jun 28, 2021
1 parent 43a897e commit 84e1b01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
}
);

Expand Down

0 comments on commit 84e1b01

Please sign in to comment.