This commit is contained in:
Javier Casares 2026-03-28 09:59:53 +00:00
commit 71b471e13e
19 changed files with 771 additions and 60 deletions

View file

@ -292,7 +292,7 @@ class Two_Factor_Extended_Compliance_Report {
public function email_report( string $to, array $args = array() ): bool {
$stats = $this->get_compliance_stats( $args );
$subject = __( 'Two Factor Extended - Compliance Report', 'two-factor-extended' );
$subject = __( 'Two-Factor Extended - Compliance Report', 'two-factor-extended' );
$message = sprintf(
/* translators: 1: Site name */