Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Jan 23, 2024
1 parent f17d657 commit 718b9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Gateway/WC_Gateway_Cash_App_Pay.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function init_form_fields() {
'default' => 'semiround',
'class' => 'wc-enhanced-select wc-square-cash-app-pay-options',
'options' => array(
'semiround' => esc_html__( 'Semi round', 'woocommerce-square' ),
'semiround' => esc_html__( 'Semiround', 'woocommerce-square' ),
'round' => esc_html__( 'Round', 'woocommerce-square' ),
),
),
Expand Down

0 comments on commit 718b9c2

Please sign in to comment.