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

@ -65,12 +65,12 @@ class Membership_Status extends Enum {
protected function labels() {
return [
static::PENDING => __('Pending', 'wp-ultimo'),
static::ACTIVE => __('Active', 'wp-ultimo'),
static::TRIALING => __('Trialing', 'wp-ultimo'),
static::ON_HOLD => __('On Hold', 'wp-ultimo'),
static::EXPIRED => __('Expired', 'wp-ultimo'),
static::CANCELLED => __('Cancelled', 'wp-ultimo'),
static::PENDING => __('Pending', 'wp-multisite-waas'),
static::ACTIVE => __('Active', 'wp-multisite-waas'),
static::TRIALING => __('Trialing', 'wp-multisite-waas'),
static::ON_HOLD => __('On Hold', 'wp-multisite-waas'),
static::EXPIRED => __('Expired', 'wp-multisite-waas'),
static::CANCELLED => __('Cancelled', 'wp-multisite-waas'),
];
}
}