Skip to content

Commit

Permalink
Adding i18n wrappers to payment gateway attributes (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldavigdis authored Jul 18, 2024
1 parent f59339c commit 16c5daa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -644,9 +644,9 @@ class="regular-text api-key-input"
<thead>
<tr>
<th scope="col"></th>
<th scope="col">Method ID in DK</th>
<th scope="col">Payment Mode in DK</th>
<th scope="col">Payment Terms in DK</th>
<th scope="col"><?php esc_html_e( 'Method ID in DK', '1984-dk-woo' ); ?></th>
<th scope="col"><?php esc_html_e( 'Payment Mode in DK', '1984-dk-woo' ); ?></th>
<th scope="col"><?php esc_html_e( 'Payment Terms in DK', '1984-dk-woo' ); ?></th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 16c5daa

Please sign in to comment.