Fixes to spelling and grammar throughout
This commit is contained in:
parent
4132ef8913
commit
d1a6fe8fdd
14 changed files with 28 additions and 28 deletions
|
@ -13,7 +13,7 @@
|
|||
<input type="hidden" name="cid" value="{{cid}}">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="email">Email address</label>
|
||||
<label for="email">Email Address</label>
|
||||
<input type="email" class="form-control" name="email" id="email" placeholder="" value="{{email}}" readonly>
|
||||
</div>
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
|||
{{#if typeGpg}}
|
||||
{{#if ../hasPubkey}}
|
||||
<div class="pull-right">
|
||||
<button type="submit" class="btn btn-link btn-xs" form="download-pubkey"><span class="glyphicon glyphicon-cloud-download" aria-hidden="true"></span> Download signature verififcation key</button>
|
||||
<button type="submit" class="btn btn-link btn-xs" form="download-pubkey"><span class="glyphicon glyphicon-cloud-download" aria-hidden="true"></span> Download signature verification key</button>
|
||||
</div>
|
||||
{{/if}}
|
||||
<textarea class="form-control gpg-text" rows="3" name="{{column}}" placeholder="Begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'">{{value}}</textarea>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue