Explorar el Código

Merge pull request #496 from noreason/dev

grammar adjustments
daniel hace 6 años
padre
commit
64d089296a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>