Rename in more places

This commit is contained in:
David Stone
2024-12-07 00:09:47 -07:00
parent 9574984471
commit 450931b405
199 changed files with 535 additions and 572 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* WP Ultimo Product Edit/Add New Admin Page.
* WP Multisite WaaS Product Edit/Add New Admin Page.
*
* @package WP_Ultimo
* @subpackage Admin_Pages
@ -16,7 +16,7 @@ use \WP_Ultimo\Models\Product;
use \WP_Ultimo\Database\Products\Product_Type;
/**
* WP Ultimo Product Edit/Add New Admin Page.
* WP Multisite WaaS Product Edit/Add New Admin Page.
*/
class Product_Edit_Admin_Page extends Edit_Admin_Page {
@ -120,7 +120,7 @@ class Product_Edit_Admin_Page extends Edit_Admin_Page {
'id' => 'new-product-warning',
'title' => __('On adding a new product...', 'wp-ultimo'),
'text' => array(
__("You just successfully added a new product to your WP Ultimo network and that's awesome!", 'wp-ultimo'),
__("You just successfully added a new product to your WP Multisite WaaS network and that's awesome!", 'wp-ultimo'),
__('Keep in mind that newly created products do not appear automatically in your checkout forms.', 'wp-ultimo'),
__('To make a product available on registration, you will need to manually add it to the pricing table field of your checkout forms.', 'wp-ultimo'),
),
@ -641,7 +641,7 @@ class Product_Edit_Admin_Page extends Edit_Admin_Page {
),
'modules[customer_user_role][limit]' => array(
'title' => __('Customer Role', 'wp-ultimo'),
'desc' => __('Select the role WP Ultimo should use when adding the user to their newly created site.', 'wp-ultimo'),
'desc' => __('Select the role WP Multisite WaaS should use when adding the user to their newly created site.', 'wp-ultimo'),
'type' => 'select',
'value' => $this->get_object()->get_customer_role(),
'default' => 'administrator',