From c90915c6c72ee8d446bd4454863672b447df465e Mon Sep 17 00:00:00 2001 From: Rohan Ferris Date: Mon, 13 Nov 2023 14:19:57 +1000 Subject: [PATCH] change Search hint-text --- apps/qubit/modules/actor/templates/browseSuccess.php | 2 +- apps/qubit/modules/rightsholder/templates/listSuccess.php | 2 +- apps/qubit/modules/taxonomy/templates/indexSuccess.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/qubit/modules/actor/templates/browseSuccess.php b/apps/qubit/modules/actor/templates/browseSuccess.php index 94edb0586a..33d19c8a08 100644 --- a/apps/qubit/modules/actor/templates/browseSuccess.php +++ b/apps/qubit/modules/actor/templates/browseSuccess.php @@ -102,7 +102,7 @@
__('Search %1%', array('%1%' => strtolower(sfConfig::get('app_ui_label_actor')))))) ?> + 'label' => __('Search'))) ?>
diff --git a/apps/qubit/modules/rightsholder/templates/listSuccess.php b/apps/qubit/modules/rightsholder/templates/listSuccess.php index cee821461c..f8a6afa64c 100644 --- a/apps/qubit/modules/rightsholder/templates/listSuccess.php +++ b/apps/qubit/modules/rightsholder/templates/listSuccess.php @@ -9,7 +9,7 @@ diff --git a/apps/qubit/modules/taxonomy/templates/indexSuccess.php b/apps/qubit/modules/taxonomy/templates/indexSuccess.php index 8cd3031807..3fe3dd30d0 100644 --- a/apps/qubit/modules/taxonomy/templates/indexSuccess.php +++ b/apps/qubit/modules/taxonomy/templates/indexSuccess.php @@ -26,7 +26,7 @@
__('Search %1%', array('%1%' => render_title($resource))), + 'label' => __('Search'), 'route' => url_for(array('module' => 'taxonomy', 'action' => 'index', 'slug' => $resource->slug)), 'fields' => array( 'allLabels' => __('All labels'),