summaryrefslogtreecommitdiff
path: root/resources/views/cinema.blade.php
diff options
context:
space:
mode:
authorDeveloper2026-06-27 04:33:28 +0200
committerDeveloper2026-06-27 04:33:28 +0200
commit2ee41e7cf80f7b0b434e6d799a8d2d6386d556e5 (patch)
treed94100b14728606a10b48a108feea01fc3fd6576 /resources/views/cinema.blade.php
parent7e36b9ea2898b9693ac2ee7962455b8db10c8f58 (diff)
downloadcurious-2ee41e7cf80f7b0b434e6d799a8d2d6386d556e5.tar.gz
.
Diffstat (limited to 'resources/views/cinema.blade.php')
-rw-r--r--resources/views/cinema.blade.php2
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">