Skip to content

Commit

Permalink
change minimum confirmations name from bitcoin cash to bch
Browse files Browse the repository at this point in the history
  • Loading branch information
Olsm committed Jun 15, 2018
1 parent 9bcd443 commit b1d4f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptowoo-bitcoin-cash-addon.php
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ function cwbch_add_fields() {
'section_id' => 'processing-confirmations',
'id' => 'cryptowoo_bch_min_conf',
'type' => 'spinner',
'title' => sprintf( __( '%s Minimum Confirmations', 'cryptowoo' ), 'Bitcoin Cash' ),
'title' => sprintf( __( '%s Minimum Confirmations', 'cryptowoo' ), 'BCH' ),
'desc' => sprintf( __( 'Minimum number of confirmations for <strong>%s</strong> transactions - %s Confirmation Threshold', 'cryptowoo' ), 'Bitcoin Cash', 'Bitcoin Cash' ),
'default' => 1,
'min' => 0,
Expand Down

0 comments on commit b1d4f29

Please sign in to comment.