💬 Fix incorrect preview box title

Fix the wrong literal introduced here:
<d2f0cb1c31/modules/ppcp-wc-gateway/src/Settings/Fields/paypal-smart-button-fields.php (L31)>
This commit is contained in:
Philipp Stracker 2024-07-11 15:02:23 +02:00
parent 36a13f6500
commit a71a3dec5a
No known key found for this signature in database

View file

@ -28,7 +28,7 @@ return function ( ContainerInterface $container, array $fields ): array {
$has_enabled_separate_button_gateways = $container->get( 'wcgateway.settings.has_enabled_separate_button_gateways' );
$preview_message = __( 'Standard Card Button Styling Preview', 'woocommerce-paypal-payments' );
$preview_message = __( 'Button Styling Preview', 'woocommerce-paypal-payments' );
$axo_smart_button_location_notice = $container->has( 'axo.smart-button-location-notice' ) ? $container->get( 'axo.smart-button-location-notice' ) : '';