From 559dac6ea231057c579595b73c7b40e713a8f9cf Mon Sep 17 00:00:00 2001 From: Ignacio Rivas Date: Wed, 6 Oct 2021 16:41:29 +0200 Subject: [PATCH] Change copy --- .../deprecations_count_checkpoint.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/upgrade_assistant/public/application/components/overview/fix_logs_step/deprecations_count_checkpoint/deprecations_count_checkpoint.tsx b/x-pack/plugins/upgrade_assistant/public/application/components/overview/fix_logs_step/deprecations_count_checkpoint/deprecations_count_checkpoint.tsx index 7bd83d411a7c2..12ec9ed7e2317 100644 --- a/x-pack/plugins/upgrade_assistant/public/application/components/overview/fix_logs_step/deprecations_count_checkpoint/deprecations_count_checkpoint.tsx +++ b/x-pack/plugins/upgrade_assistant/public/application/components/overview/fix_logs_step/deprecations_count_checkpoint/deprecations_count_checkpoint.tsx @@ -47,7 +47,7 @@ const i18nTexts = { } ), errorToastTitle: i18n.translate('xpack.upgradeAssistant.overview.verifyChanges.errorToastTitle', { - defaultMessage: 'Could not clear deprecation logs cache', + defaultMessage: 'Could not delete deprecation logs cache', }), };