mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
add screen reader text to payment captured column
This commit is contained in:
parent
a09a4e1e3d
commit
019b77e5b1
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,9 @@ class OrderTablePaymentStatusColumn
|
|||
|
||||
private function renderCompletedStatus()
|
||||
{
|
||||
echo '<span class="dashicons dashicons-yes"></span>';
|
||||
echo '<span class="dashicons dashicons-yes">
|
||||
<span class="screen-reader-text">' . esc_html__('Payment captured', 'woocommerce-paypal-commerce-gateway') . '</span>
|
||||
</span>';
|
||||
}
|
||||
|
||||
private function renderIncompletedStatus()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue