Skip to content

Commit

Permalink
Merge pull request #17 from woothemes/issues/14/better-default-title
Browse files Browse the repository at this point in the history
Provides better default title that consistent with other titles.
  • Loading branch information
gedex authored Jun 14, 2016
2 parents 6407548 + 161515a commit a471294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/settings-stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'title' => __( 'Title', 'woocommerce-gateway-stripe' ),
'type' => 'text',
'description' => __( 'This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
'default' => __( 'Credit card (Stripe)', 'woocommerce-gateway-stripe' ),
'default' => __( 'Credit Card (Stripe)', 'woocommerce-gateway-stripe' ),
'desc_tip' => true,
),
'description' => array(
Expand Down

0 comments on commit a471294

Please sign in to comment.