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">
|
<div class="container">
|
||||||
<section>
|
<section>
|
||||||
<div class="page-header"><h1>Share Password Link</h1></div>
|
<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="row">
|
||||||
<div class="col-sm-6 margin-bottom-10">
|
<div class="col-sm-6 margin-bottom-10">
|
||||||
<input type="text" class="form-control" id="password-link" value="{{ password_link }}" readonly="readonly">
|
<input type="text" class="form-control" id="password-link" value="{{ password_link }}" readonly="readonly">
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>Input a password, its expiration time, and click Generate URL</li>
|
<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>
|
</ol>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue