We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0261be9 commit f1aeadcCopy full SHA for f1aeadc
src/View/Admin/WooTab.php
@@ -507,7 +507,7 @@ private function get_store_information_settings() {
507
'id' => self::CHECKBOX_LOCATION,
508
'default' => 'false',
509
'options' => [
510
- 'woocommerce_after_checkout_billing_form' => esc_html__( 'After Checkout Billing Form', 'cc-woo' ),
+ 'woocommerce_after_checkout_billing_form' => esc_html__( 'After checkout billing form', 'cc-woo' ),
511
'woocommerce_review_order_before_submit' => esc_html__( 'Before order submit button', 'cc-woo' ),
512
],
513
0 commit comments