Skip to content

Commit

Permalink
Use single-line text input for gateway description
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Feb 11, 2023
1 parent 2de2610 commit 8415fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/woocommerce/class-bitcoin-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public function init_form_fields() {

'description' => array(
'title' => __( 'Description', 'bh-wc-bitcoin-gateway' ),
'type' => 'textarea',
'type' => 'text',
'description' => __( 'Text the customer will see when the gateway is chosen at checkout.', 'bh-wc-bitcoin-gateway' ),
'default' => __( 'Pay quickly and easily with Bitcoin', 'bh-wc-bitcoin-gateway' ),
'desc_tip' => false,
Expand Down

0 comments on commit 8415fcc

Please sign in to comment.