diff options
| author | Developer | 2026-06-27 04:33:28 +0200 |
|---|---|---|
| committer | Developer | 2026-06-27 04:33:28 +0200 |
| commit | 2ee41e7cf80f7b0b434e6d799a8d2d6386d556e5 (patch) | |
| tree | d94100b14728606a10b48a108feea01fc3fd6576 /resources/views | |
| parent | 7e36b9ea2898b9693ac2ee7962455b8db10c8f58 (diff) | |
| download | curious-2ee41e7cf80f7b0b434e6d799a8d2d6386d556e5.tar.gz | |
.
Diffstat (limited to 'resources/views')
| -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"> |
