summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/search/hint.phtml
blob: d54c0b24fd859749ffbe62762b279b22fb6850b3 (plain)
1
2
3
4
5
6
7
8
<div class="content">
<h1><?= $this->translate("I'm ready to search, waiting for your input") ?></h1>
<p><strong><?= $this->translate('Hint') ?>: </strong><?= $this->translate(
    'Please use the asterisk (*) as a placeholder for wildcard searches.'
  . " For convenience I'll always add a wildcard in front and after your"
  . ' search string.'
) ?></p>
</div>