diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/views/cinema_show.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/cinema_show.blade.php b/resources/views/cinema_show.blade.php index e2b8bcf..175d51b 100644 --- a/resources/views/cinema_show.blade.php +++ b/resources/views/cinema_show.blade.php @@ -140,7 +140,7 @@ @if ( ! empty($hnStories) ) <div class="mt-3"> - <h4>Hacker News</h4> + <h4>Mentions on Hacker News</h4> <ul class="list-unstyled"> @foreach($hnStories as $story) <li> |
