Browse Source

Merge pull request #496 from noreason/dev

grammar adjustments
daniel 6 years ago
parent
commit
64d089296a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/errors/500.blade.php

+ 1 - 1
resources/views/errors/500.blade.php

@@ -6,7 +6,7 @@
     <div class="card mx-5">
       <div class="card-body p-5 text-center">
         <h1>Whoops! Something went wrong.</h1>
-        <p class="mb-0 text-muted lead">Please try again, if this error keeps happening please contact an admin.</p>
+        <p class="mb-0 text-muted lead">If you keep seeing this message, please contact an admin.</p>
         <img src="/img/fred1.gif" class="img-fluid">
       </div>
     </div>