From dc69372f122649b11292fd19f9bed62200000012 Mon Sep 17 00:00:00 2001 From: Paul Pound Date: Tue, 13 Mar 2018 11:39:18 -0300 Subject: [PATCH] fixed copy paste error for views data genre --- upei_roblib_ill.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upei_roblib_ill.module b/upei_roblib_ill.module index c3f5ae1..f1745c3 100644 --- a/upei_roblib_ill.module +++ b/upei_roblib_ill.module @@ -362,8 +362,8 @@ function upei_roblib_ill_views_data() { ], ]; $data['upei_roblib_ill_request']['genre'] = [ - 'title' => t('Article or Chapter author'), - 'help' => t('Article or Chapter author.'), + 'title' => t('Genre'), + 'help' => t('The type of item requested.'), 'field' => [ 'handler' => 'views_handler_field', 'click sortable' => TRUE,