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

@ -62,14 +62,14 @@ class Memberships_Site_List_Table extends Customers_Site_List_Table {
[
'link' => [
'icon' => 'dashicons-wu-link1 wu-align-middle wu-mr-1',
'label' => __('Visit Site', 'wp-ultimo'),
'value' => __('Homepage', 'wp-ultimo'),
'label' => __('Visit Site', 'wp-multisite-waas'),
'value' => __('Homepage', 'wp-multisite-waas'),
'url' => $item->get_active_site_url(),
],
'dashboard' => [
'icon' => 'dashicons-wu-browser wu-align-middle wu-mr-1',
'label' => __('Go to the Dashboard', 'wp-ultimo'),
'value' => __('Dashboard', 'wp-ultimo'),
'label' => __('Go to the Dashboard', 'wp-multisite-waas'),
'value' => __('Dashboard', 'wp-multisite-waas'),
'url' => get_admin_url($item->get_id()),
],
],
@ -77,7 +77,7 @@ class Memberships_Site_List_Table extends Customers_Site_List_Table {
'date_created' => [
'icon' => 'dashicons-wu-calendar1 wu-align-middle wu-mr-1',
'label' => '',
'value' => $item->get_type() === 'pending' ? __('Not Available', 'wp-ultimo') : sprintf(__('Created %s', 'wp-ultimo'), wu_human_time_diff(strtotime((string) $item->get_date_registered()))),
'value' => $item->get_type() === 'pending' ? __('Not Available', 'wp-multisite-waas') : sprintf(__('Created %s', 'wp-multisite-waas'), wu_human_time_diff(strtotime((string) $item->get_date_registered()))),
],
]
);