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

@ -30,10 +30,10 @@ class Invoice_List_Table extends Parent_Payment_List_Table {
public function get_columns() {
$columns = [
'hash' => __('Code', 'wp-ultimo'),
'status' => __('Status', 'wp-ultimo'),
'total' => __('Total', 'wp-ultimo'),
'date_created' => __('Created at', 'wp-ultimo'),
'hash' => __('Code', 'wp-multisite-waas'),
'status' => __('Status', 'wp-multisite-waas'),
'total' => __('Total', 'wp-multisite-waas'),
'date_created' => __('Created at', 'wp-multisite-waas'),
];
return $columns;

View File

@ -73,7 +73,7 @@ class Site_List_Table extends Parent_Site_List_Table {
'all' => [
'field' => 'type',
'url' => add_query_arg('type', 'all'),
'label' => __('Your Sites', 'wp-ultimo'),
'label' => __('Your Sites', 'wp-multisite-waas'),
'count' => 0,
],
];