Update class-tainacan-rest-exporters-controller.php

spelling
This commit is contained in:
Adrian 2021-11-09 17:34:21 +02:00 committed by GitHub
parent 7e62664752
commit 63006bcfc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ class REST_Exporters_Controller extends REST_Controller {
}
return new \WP_REST_Response([
'error_message' => __('The body can not be empty', 'tainacan'),
'error_message' => __('The body cannot be empty', 'tainacan'),
'body' => $body
], 400);
}