Update tranlation text domain
This commit is contained in:
@ -1437,7 +1437,7 @@ class Site extends Base_Model {
|
||||
public function delete() {
|
||||
|
||||
if ( ! $this->get_id()) {
|
||||
return new \WP_Error("wu_{$this->model}_delete_unsaved_item", __('Item not found.', 'wp-ultimo'));
|
||||
return new \WP_Error("wu_{$this->model}_delete_unsaved_item", __('Item not found.', 'wp-multisite-waas'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user