tweak email subject
This commit is contained in:
parent
488084d7ce
commit
d638cc44a9
|
@ -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
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue