From 8f5d5bf92a2f7cd4e6395b27d317dff1995e6c56 Mon Sep 17 00:00:00 2001 From: dinamiko Date: Mon, 5 Sep 2022 09:16:08 +0200 Subject: [PATCH] Fix phpcs --- modules/ppcp-wc-gateway/services.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ppcp-wc-gateway/services.php b/modules/ppcp-wc-gateway/services.php index 4c8fa1a37..0505cbad3 100644 --- a/modules/ppcp-wc-gateway/services.php +++ b/modules/ppcp-wc-gateway/services.php @@ -2369,6 +2369,7 @@ return array( 'button.helper.vaulting-label' => static function ( ContainerInterface $container ): string { $vaulting_label = sprintf( + // translators: %1$s and %2$s are the opening and closing of HTML tag. __( 'Enable saved cards, PayPal accounts, and subscription features on your store. Payment methods are saved in the secure %1$sPayPal Vault%2$s.', 'woocommerce-paypal-payments' ), '', ''