Skip to content

Commit

Permalink
Change noscript warning to be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobeva authored and serhack committed Jul 2, 2023
1 parent bb8ffaa commit e68c0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/monero-gateway/customer/order-page.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<section class="woocommerce-order-details">
<h2 class="woocommerce-order-details__title"><?php echo $method_title ?></h2>
<noscript><p>Javascript is disabled and some interactive features will not work!</noscript>
<noscript><p>Javascript is disabled, please refresh the page to check your order status. Your order will expire in <?php echo $details['order_expires']; ?> if no payment is recieved in that time.</p></noscript>

<strong id="monero_payment_messages">

Expand Down

0 comments on commit e68c0f7

Please sign in to comment.