diff options
| -rw-r--r-- | resources/views/cinema.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/cinema.blade.php b/resources/views/cinema.blade.php index eb6b085..bc08fc8 100644 --- a/resources/views/cinema.blade.php +++ b/resources/views/cinema.blade.php @@ -107,7 +107,7 @@ html { @if ( isset($search_query) && $search_query != '' ) Found {{ $count }} movies matching <strong>"{{ $search_query }}"</strong>. @else - Browse {{ number_format($count) }} movies from the database, ranked by rating and popularity. + Browse {{ number_format($count) }} movies from the database, mentioned on Hacker News, ranked by rating or popularity. @endif </p> <form class="form-inline" action="{{ route('cinema.search') }}" method="GET"> |
