diff --git a/classes/WpMatomo/Admin/SystemReport.php b/classes/WpMatomo/Admin/SystemReport.php index d9b244c9b..24566a850 100644 --- a/classes/WpMatomo/Admin/SystemReport.php +++ b/classes/WpMatomo/Admin/SystemReport.php @@ -189,6 +189,8 @@ private function execute_troubleshoot_if_needed() { echo '
'; } echo '

'; + } else { + echo '

' . esc_html__( 'Matomo Archiving completed successfully!', 'matomo' ) . '

'; } }