Grammar changes
This commit is contained in:
parent
3bb3a4949d
commit
6b88315603
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
<div class="container">
|
||||
<section>
|
||||
<div class="page-header"><h1>Share Password Link</h1></div>
|
||||
<p>The password has been temporarily saved. Send the following link to the person you want to share the password with.</p>
|
||||
<p>The password has been temporarily saved. Send the following URL to your intended recipient.</p>
|
||||
<div class="row">
|
||||
<div class="col-sm-6 margin-bottom-10">
|
||||
<input type="text" class="form-control" id="password-link" value="{{ password_link }}" readonly="readonly">
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<p>The password has now been permanently deleted from the system and the URL will no longer work. You can refresh this page to verify.</p>
|
||||
<p>The password has now been permanently deleted from the system, and the URL will no longer work. Refresh this page to verify.</p>
|
||||
</section>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
<ol>
|
||||
<li>Input a password, its expiration time, and click Generate URL</li>
|
||||
<li>Share the one-time use URL with your intended recipient</li>
|
||||
<li>Share the <strong>one-time use URL</strong> with your intended recipient</li>
|
||||
</ol>
|
||||
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue