tweak email subject

This commit is contained in:
Leif Singer 2023-11-24 11:45:43 +01:00
parent 488084d7ce
commit d638cc44a9
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ All at %6$s
$email_addresses, $email_addresses,
sprintf( sprintf(
/* translators: Payment gateway enabled notification email subject. %s1: Site title, $s2: Gateway title. */ /* translators: Payment gateway enabled notification email subject. %s1: Site title, $s2: Gateway title. */
__( '[%1$s] Payment gateway %2$s enabled', 'woocommerce' ), __( '[%1$s] Payment gateway "%2$s" enabled', 'woocommerce' ),
$site_title, $site_title,
$gateway_title $gateway_title
), ),