Skip to content

Commit f1aeadc

Browse files
authored
Update src/View/Admin/WooTab.php
Make the case consistent for the two options
1 parent 0261be9 commit f1aeadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/View/Admin/WooTab.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ private function get_store_information_settings() {
507507
'id' => self::CHECKBOX_LOCATION,
508508
'default' => 'false',
509509
'options' => [
510-
'woocommerce_after_checkout_billing_form' => esc_html__( 'After Checkout Billing Form', 'cc-woo' ),
510+
'woocommerce_after_checkout_billing_form' => esc_html__( 'After checkout billing form', 'cc-woo' ),
511511
'woocommerce_review_order_before_submit' => esc_html__( 'Before order submit button', 'cc-woo' ),
512512
],
513513
],

0 commit comments

Comments
 (0)