Small grammar fix

This commit is contained in:
Andrew (anoa) 2017-07-15 00:30:25 -07:00
parent a6ce2a0253
commit dc82f7ab3e
No known key found for this signature in database
GPG key ID: 174BEAB009FD176D

View file

@ -27,7 +27,7 @@
<div class="content"> <div class="content">
<h1>Add new site</h1> <h1>Add new site</h1>
<h2>Please confirm before add new site to the client</h2> <h2>Please confirm before adding a new site to the client</h2>
<form action="/add/" method="POST"> <form action="/add/" method="POST">
<input type="hidden" name="add_nonce" value="{add_nonce}"> <input type="hidden" name="add_nonce" value="{add_nonce}">
<input type="hidden" name="address" value="{address}"> <input type="hidden" name="address" value="{address}">
@ -37,4 +37,4 @@
</div> </div>
</body> </body>
</html> </html>