Update tranlation text domain

This commit is contained in:
David Stone
2025-02-15 23:19:24 -07:00
parent 217009caab
commit f05ab77418
424 changed files with 6368 additions and 6368 deletions

View File

@ -59,12 +59,12 @@ class Customers_Payment_List_Table extends Payment_List_Table {
[
'total' => [
'icon' => 'dashicons-wu-shopping-bag1 wu-align-middle wu-mr-1',
'label' => __('Payment Total', 'wp-ultimo'),
'label' => __('Payment Total', 'wp-multisite-waas'),
'value' => wu_format_currency($item->get_total()),
],
'gateway' => [
'icon' => 'dashicons-wu-credit-card2 wu-align-middle wu-mr-1',
'label' => __('Gateway', 'wp-ultimo'),
'label' => __('Gateway', 'wp-multisite-waas'),
'value' => wu_slug_to_name($item->get_gateway()),
],
],
@ -72,7 +72,7 @@ class Customers_Payment_List_Table extends Payment_List_Table {
'date_created' => [
'icon' => 'dashicons-wu-calendar1 wu-align-middle wu-mr-1',
'label' => '',
'value' => sprintf(__('Created %s', 'wp-ultimo'), wu_human_time_diff(strtotime((string) $item->get_date_created()))),
'value' => sprintf(__('Created %s', 'wp-multisite-waas'), wu_human_time_diff(strtotime((string) $item->get_date_created()))),
],
]
);