Mooore string values update.

This commit is contained in:
mateuswetah 2020-05-06 17:49:36 -03:00
parent b48a569548
commit 857d89471b
2 changed files with 2 additions and 2 deletions

View File

@ -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')
];
}

View File

@ -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;
}