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

@ -56,9 +56,9 @@ class Product_Type extends Enum {
protected function labels() {
return [
static::PLAN => __('Plan', 'wp-ultimo'),
static::PACKAGE => __('Package', 'wp-ultimo'),
static::SERVICE => __('Service', 'wp-ultimo'),
static::PLAN => __('Plan', 'wp-multisite-waas'),
static::PACKAGE => __('Package', 'wp-multisite-waas'),
static::SERVICE => __('Service', 'wp-multisite-waas'),
];
}
}