Small wording tweaks to the expiration text

This commit is contained in:
Jon Parise 2021-12-20 13:05:51 -08:00
parent 654d03041b
commit 4b1ee0cec1

View file

@ -3,8 +3,8 @@
{% block content %} {% block content %}
<div class="container"> <div class="container">
<section> <section>
<div class="page-header"><h1>Secret not found, used or expired</h1></div> <div class="page-header"><h1>Secret not found</h1></div>
<p class="lead">The requested URL was not found on the server. This could be because this URL never contained a secret, or because it expired or revealed earlier.</p> <p class="lead">The requested URL was not found on the server. This could be because this URL never contained a secret, or because it expired or was revealed earlier.</p>
<p class="lead">If this URL was sent to you by someone, make sure to check your spelling or ask the person who sent it to you to send a new secret.</p> <p class="lead">If this URL was sent to you by someone, make sure to check your spelling or ask the person who sent it to you to send a new secret.</p>
</section> </section>
</div> </div>