From 006f8175a01cc2de8d114bdb9182d51205ea1442 Mon Sep 17 00:00:00 2001 From: Leo Germani Date: Fri, 27 Sep 2019 16:37:24 -0300 Subject: [PATCH] change label for filter and metadata order collectino attrs #261 --- src/classes/repositories/class-tainacan-collections.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/classes/repositories/class-tainacan-collections.php b/src/classes/repositories/class-tainacan-collections.php index ee0cf1be7..508ef915c 100644 --- a/src/classes/repositories/class-tainacan-collections.php +++ b/src/classes/repositories/class-tainacan-collections.php @@ -141,18 +141,18 @@ class Collections extends Repository { ], 'metadata_order' => [ 'map' => 'meta', - 'title' => __( 'Ordination metadata', 'tainacan' ), + 'title' => __( 'Metadata order', 'tainacan' ), 'type' => 'array/object/string', 'items' => [ 'type' => 'array/string/integer/object' ], - 'description' => __( 'Collection metadata ordination', 'tainacan' ), + 'description' => __( 'The order of the metadata in the collection', 'tainacan' ), //'validation' => v::stringType(), ], 'filters_order' => [ 'map' => 'meta', - 'title' => __( 'Ordination filters', 'tainacan' ), + 'title' => __( 'Filters order', 'tainacan' ), 'type' => 'array/object/string', 'items' => [ 'type' => 'array/string/integer/object' ], - 'description' => __( 'Collection filters ordination', 'tainacan' ), + 'description' => __( 'The order of the filters in the collection', 'tainacan' ), //'validation' => v::stringType(), ], 'enable_cover_page' => [