Skip to content

Commit

Permalink
Merge pull request #733 from FitzwilliamMuseum/14767/fix-typo
Browse files Browse the repository at this point in the history
fix typo in error message
  • Loading branch information
AlanJIsaacson authored Dec 9, 2024
2 parents efdae16 + 07c8050 commit 27b93e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/views/errors/404.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class="img-fluid"
src="{{ env('CONTENT_STORE') }}searle_cat.jpg?key=exhibition"
/>
<figcaption class="figure-caption">
One of Ronald Searle's cats, given to the Fiztwilliam Museum in 2014 by his family.
One of Ronald Searle's cats, given to the Fitzwilliam Museum in 2014 by his family.
</figcaption>
</figure>
</div>
Expand Down
4 changes: 2 additions & 2 deletions resources/views/errors/500.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<img alt="An image of a very grumpy cat" class="img-fluid" width="416" height="416"
src="{{ env('CONTENT_STORE') }}searle_cat.jpg?key=exhibition" />
<figcaption class="figure-caption">
One of Ronald Searle's cats, given to the Fiztwilliam Museum in 2014 by his family.
One of Ronald Searle's cats, given to the Fitzwilliam Museum in 2014 by his family.
</figcaption>
</figure>
</div>
Expand All @@ -22,4 +22,4 @@
</div>
</div>
</div>
@endsection
@endsection

0 comments on commit 27b93e4

Please sign in to comment.