Skip to content

Commit

Permalink
Remove pronamic-pay-* classes from dashicons.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Mar 17, 2016
1 parent d8a8b14 commit 124977d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function fields( array $fields ) {
'type' => 'description',
'methods' => array( 'ogone_orderstandard_easy' ),
'html' => sprintf(
'<span class="dashicons dashicons-no pronamic-pay-no"></span> %s',
'<span class="dashicons dashicons-no"></span> %s',
__( 'Payment status updates are not supported by this payment provider.', 'pronamic_ideal' )
),
);
Expand All @@ -169,7 +169,7 @@ public function fields( array $fields ) {
'type' => 'description',
'methods' => array( 'ogone_orderstandard', 'ogone_directlink' ),
'html' => sprintf(
'<span class="dashicons dashicons-warning pronamic-pay-maybe"></span> %s',
'<span class="dashicons dashicons-warning"></span> %s',
__( 'Receiving payment status updates needs additional configuration, if not yet completed.', 'pronamic_ideal' )
),
);
Expand Down

0 comments on commit 124977d

Please sign in to comment.