diff --git a/src/classes/api/endpoints/class-tainacan-rest-item-metadata-controller.php b/src/classes/api/endpoints/class-tainacan-rest-item-metadata-controller.php index fc566d12f..cd4b1f926 100644 --- a/src/classes/api/endpoints/class-tainacan-rest-item-metadata-controller.php +++ b/src/classes/api/endpoints/class-tainacan-rest-item-metadata-controller.php @@ -291,7 +291,7 @@ class REST_Item_Metadata_Controller extends REST_Controller { $endpoint_args['parent_meta_id'] = [ 'type' => 'array/string/object/integer', 'items' => ['type' => 'array/string/object/integer'], - 'description' => __('The parent meta ID for group children item metadatas') + 'description' => __('The parent meta ID for the item metadata children group') ]; } diff --git a/src/classes/generic-background-process/class-tainacan-bulk-edit-process.php b/src/classes/generic-background-process/class-tainacan-bulk-edit-process.php index 9666eb58b..e72008e2a 100644 --- a/src/classes/generic-background-process/class-tainacan-bulk-edit-process.php +++ b/src/classes/generic-background-process/class-tainacan-bulk-edit-process.php @@ -325,7 +325,7 @@ class Bulk_Edit_Process extends Generic_Process { } } - $this->add_error_log( __('Not possible to copy permission for different types', 'tainacan') ); + $this->add_error_log( __('Not possible to copy metadata values of different types', 'tainacan') ); return false; }