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

@ -62,11 +62,11 @@ class Domain_Stage extends Enum {
protected function labels() {
return [
static::FAILED => __('DNS Failed', 'wp-ultimo'),
static::CHECKING_DNS => __('Checking DNS', 'wp-ultimo'),
static::CHECKING_SSL => __('Checking SSL', 'wp-ultimo'),
static::DONE => __('Ready', 'wp-ultimo'),
static::DONE_WITHOUT_SSL => __('Ready (without SSL)', 'wp-ultimo'),
static::FAILED => __('DNS Failed', 'wp-multisite-waas'),
static::CHECKING_DNS => __('Checking DNS', 'wp-multisite-waas'),
static::CHECKING_SSL => __('Checking SSL', 'wp-multisite-waas'),
static::DONE => __('Ready', 'wp-multisite-waas'),
static::DONE_WITHOUT_SSL => __('Ready (without SSL)', 'wp-multisite-waas'),
];
}
}