Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Changed triple dot to ellipsis
Reported at Transifex

Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
  • Loading branch information
rakekniven authored Apr 27, 2019
commit 6b2e25107be3586aa60338751d8c6d4101a6ebb9
2 changes: 1 addition & 1 deletion templates/content/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
?>
<div id="search">
<form id="search-form">
<input type="text" placeholder="<?php p($l->t('Search...')); ?>" id="search-term" />
<input type="text" placeholder="<?php p($l->t('Search')); ?>" id="search-term" />
<input type="submit" id="search-submit" value="" class="icon-search">
</form>
</div>
Expand Down