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

@ -230,7 +230,7 @@ class Helper {
// Log the error message.
wu_log_add(
'domain-ssl-checks',
sprintf(__('Certificate Invalid: %s', 'wp-ultimo'), $e->getMessage()),
sprintf(__('Certificate Invalid: %s', 'wp-multisite-waas'), $e->getMessage()),
LogLevel::ERROR
);
}