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

@ -196,7 +196,7 @@ class Webhook_Manager extends Base_Manager {
if ( ! current_user_can('manage_network')) {
wp_send_json(
[
'response' => __('You do not have enough permissions to send a test event.', 'wp-ultimo'),
'response' => __('You do not have enough permissions to send a test event.', 'wp-multisite-waas'),
'webhooks' => Webhook::get_items_as_array(),
]
);
@ -249,7 +249,7 @@ class Webhook_Manager extends Base_Manager {
';
if ( ! current_user_can('manage_network')) {
echo __('You do not have enough permissions to read the logs of this webhook.', 'wp-ultimo');
echo __('You do not have enough permissions to read the logs of this webhook.', 'wp-multisite-waas');
exit;
}