We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d001c7 commit b08db80Copy full SHA for b08db80
resources/views/search.blade.php
@@ -5,7 +5,7 @@
5
6
@if (!have_posts())
7
<div class="alert alert-warning">
8
- {{ __('Sorry, no results were found.', 'sage') }}
+ {{ __('Sorry, no results were found.', 'sage') }}
9
</div>
10
{!! get_search_form(false) !!}
11
@endif
0 commit comments