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

@ -126,7 +126,7 @@ class Theme_Limits {
if ($theme_limitations->allowed($new_theme, 'not_available')) {
$response = [
'code' => 'not-available',
'message' => __('This theme is not available on your current plan.', 'wp-ultimo'),
'message' => __('This theme is not available on your current plan.', 'wp-multisite-waas'),
];
wp_send_json($response, 'not-available');
@ -168,7 +168,7 @@ class Theme_Limits {
}
$upgrade_button = wu_generate_upgrade_to_unlock_button(
__('Upgrade to unlock', 'wp-ultimo'),
__('Upgrade to unlock', 'wp-multisite-waas'),
[
'module' => 'themes',
'type' => 'EXTENSION',