mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
💬 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:
parent
36a13f6500
commit
a71a3dec5a
1 changed files with 1 additions and 1 deletions
|
@ -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' ) : '';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue