Skip to content

Commit

Permalink
Remove help text
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaciulis committed Oct 21, 2024
1 parent 40c9f49 commit eb05d1f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions includes/class-coingate-for-woocommerce-payment-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,6 @@ public function admin_options() {
esc_html_e( 'CoinGate', 'coingate' );
?>
</h3>
<p>
<?php
esc_html_e(
'Accept Bitcoin through the CoinGate.com and receive payments in euros and US dollars.',
'coingate'
);
?>
<br>
<a href="https://developer.coingate.com/docs/issues" target="_blank">
<?php
esc_html_e( 'Not working? Common issues' );
?>
</a> &middot;
<a href="mailto:[email protected]">[email protected]</a>
</p>
<table class="form-table">
<?php
$this->generate_settings_html();
Expand Down

0 comments on commit eb05d1f

Please sign in to comment.