diff --git a/resources/views/search.blade.php b/resources/views/search.blade.php index 2bfb4c6..bcfbb99 100644 --- a/resources/views/search.blade.php +++ b/resources/views/search.blade.php @@ -5,7 +5,7 @@ @if (!have_posts())
- {{ __('Sorry, no results were found.', 'sage') }} + {{ __('Sorry, no results were found.', 'sage') }}
{!! get_search_form(false) !!} @endif