Skip to content

Commit

Permalink
gebruik nieuwe tweetalige tekststring
Browse files Browse the repository at this point in the history
  • Loading branch information
coret committed Apr 15, 2024
1 parent bc9c5dc commit 02c4929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="o-container no-container__small">
<div class="row">
<div class="column">
<label id="searchTermLabel"><?= t('Zoekwoord')?> (<?= t('doorzoekt namen, omschrijvingen en steekwoorden') ?>)</label>
<label id="searchTermLabel"><?= t('Zoekwoord')?> (<?= t('doorzoekt titels, omschrijvingen en steekwoorden') ?>)</label>
<input aria-labelledby="searchTermLabel" title="<?= t('Als er meerdere zoektermen worden opgegeven dan bevatten de zoekresultaten één of meer van deze termen. Wil je dat alle zoektermen moeten voorkomen koppel de zoektermen dan met AND.') ?>" class="form-control" value="" type="search" id="searchTerm" onkeyup="updateSparql()">
<br><br>
<label id="publisher_listLabel"><?= t('Uitgever')?></label>
Expand Down

0 comments on commit 02c4929

Please sign in to comment.