mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix typo in translation
This commit is contained in:
parent
c5a107d02b
commit
adc00a7351
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ class OrderEndpoint {
|
|||
if ( $purchase_units_payments_captures_status && 'DECLINED' === $purchase_units_payments_captures_status ) {
|
||||
throw new RuntimeException(
|
||||
sprintf(
|
||||
// translators: %s is the current status.
|
||||
// translators: %s is the purchase units payments captures status value.
|
||||
__( 'Purchase units payments captures status %s', 'woocommerce-paypal-payments' ),
|
||||
$purchase_units_payments_captures_status
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue