Skip to content

Commit

Permalink
Merge pull request #895 from matomo-org/archive-reports-notification
Browse files Browse the repository at this point in the history
add success notification when archiving completes
  • Loading branch information
diosmosis authored Oct 5, 2023
2 parents 4c077f7 + a3c0a4c commit 41bd611
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/WpMatomo/Admin/SystemReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ private function execute_troubleshoot_if_needed() {
echo '<br/>';
}
echo '</p></div>';
} else {
echo '<div class="notice notice-success"><p>' . esc_html__( 'Matomo Archiving completed successfully!', 'matomo' ) . '</p></div>';
}
}

Expand Down

0 comments on commit 41bd611

Please sign in to comment.