From 2ee41e7cf80f7b0b434e6d799a8d2d6386d556e5 Mon Sep 17 00:00:00 2001 From: Developer Date: Sat, 27 Jun 2026 04:33:28 +0200 Subject: . --- resources/views/cinema.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/views') 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 "{{ $search_query }}". @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

-- cgit v1.2.3