Skip to content

Commit

Permalink
remove archival institution search label
Browse files Browse the repository at this point in the history
  • Loading branch information
rferris committed Nov 13, 2023
1 parent c90915c commit 3c3bcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/qubit/modules/repository/templates/browseSuccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<div class="row">
<div class="span4">
<?php echo get_component('search', 'inlineSearch', array(
'label' => __('Search %1%', array('%1%' => strtolower(sfConfig::get('app_ui_label_repository')))))) ?>
'label' => __('Search'))) ?>
</div>

<?php echo get_partial('default/viewPicker', array('view' => $view, 'cardView' => $cardView,
Expand Down

0 comments on commit 3c3bcc1

Please sign in to comment.