Update tranlation text domain
This commit is contained in:
@ -78,15 +78,15 @@ class Membership_Line_Item_List_Table extends Product_List_Table {
|
||||
[
|
||||
'url' => false,
|
||||
'id' => 'not-found',
|
||||
'title' => __('Product not found', 'wp-ultimo'),
|
||||
'title' => __('Product not found', 'wp-multisite-waas'),
|
||||
'status' => '',
|
||||
'image' => $this->column_featured_image_id(new \WP_Ultimo\Models\Product()),
|
||||
],
|
||||
[
|
||||
'quantity' => [
|
||||
'icon' => 'dashicons-wu-package wu-align-middle wu-mr-1',
|
||||
'label' => __('Quantity', 'wp-ultimo'),
|
||||
'value' => sprintf(__('x%d', 'wp-ultimo'), $quantity),
|
||||
'label' => __('Quantity', 'wp-multisite-waas'),
|
||||
'value' => sprintf(__('x%d', 'wp-multisite-waas'), $quantity),
|
||||
],
|
||||
]
|
||||
);
|
||||
@ -97,12 +97,12 @@ class Membership_Line_Item_List_Table extends Product_List_Table {
|
||||
$first_row = [
|
||||
'quantity' => [
|
||||
'icon' => 'dashicons-wu-package wu-align-middle wu-mr-1',
|
||||
'label' => __('Quantity', 'wp-ultimo'),
|
||||
'value' => sprintf(__('x%d', 'wp-ultimo'), $quantity),
|
||||
'label' => __('Quantity', 'wp-multisite-waas'),
|
||||
'value' => sprintf(__('x%d', 'wp-multisite-waas'), $quantity),
|
||||
],
|
||||
'total' => [
|
||||
'icon' => 'dashicons-wu-shopping-bag1 wu-align-middle wu-mr-1',
|
||||
'label' => __('Price description', 'wp-ultimo'),
|
||||
'label' => __('Price description', 'wp-multisite-waas'),
|
||||
'value' => $item->get_price_description(),
|
||||
],
|
||||
];
|
||||
@ -110,7 +110,7 @@ class Membership_Line_Item_List_Table extends Product_List_Table {
|
||||
$second_row = [
|
||||
'slug' => [
|
||||
'icon' => 'dashicons-wu-bookmark1 wu-align-middle wu-mr-1',
|
||||
'label' => __('Product Slug', 'wp-ultimo'),
|
||||
'label' => __('Product Slug', 'wp-multisite-waas'),
|
||||
'value' => $item->get_slug(),
|
||||
],
|
||||
];
|
||||
@ -120,7 +120,7 @@ class Membership_Line_Item_List_Table extends Product_List_Table {
|
||||
'wrapper_classes' => 'wubox',
|
||||
'icon' => 'dashicons-wu-edit1 wu-align-middle wu-mr-1',
|
||||
'label' => '',
|
||||
'value' => __('Upgrade or Downgrade', 'wp-ultimo'),
|
||||
'value' => __('Upgrade or Downgrade', 'wp-multisite-waas'),
|
||||
'url' => wu_get_form_url(
|
||||
'change_membership_plan',
|
||||
[
|
||||
@ -134,7 +134,7 @@ class Membership_Line_Item_List_Table extends Product_List_Table {
|
||||
'wrapper_classes' => 'wu-text-red-500 wubox',
|
||||
'icon' => 'dashicons-wu-trash-2 wu-align-middle wu-mr-1',
|
||||
'label' => '',
|
||||
'value' => __('Remove', 'wp-ultimo'),
|
||||
'value' => __('Remove', 'wp-multisite-waas'),
|
||||
'url' => wu_get_form_url(
|
||||
'remove_membership_product',
|
||||
[
|
||||
|
Reference in New Issue
Block a user