fix grammar

This commit is contained in:
Girish Ramakrishnan
2016-07-05 17:33:53 -05:00
parent 9096e16e37
commit b49d3bd639

View File

@@ -104,10 +104,10 @@
<div class="col-md-12">
<form name="defaultCertForm" ng-submit="setDefaultCert()">
<fieldset>
<p>By default certificates will be obtained via <a href="https://letsencrypt.org/" target="_blank">Lets Encrypt</a>.</p>
<p>By default, certificates are obtained via <a href="https://letsencrypt.org/" target="_blank">Lets Encrypt</a>.</p>
<br/>
<label class="control-label" for="defaultCertInput">Fallback Certificate</label>
<p>A wildcard certificate that will be used for apps where getting a Lets Encrypt certificate failed. This might be due to rate limits on Lets Encrypt side.</p>
<p>A wildcard certificate that will be used for apps, if getting a Lets Encrypt certificate failed. This might be due to rate limits on Lets Encrypt side.</p>
<div class="has-error text-center" ng-show="defaultCert.error">{{ defaultCert.error }}</div>
<div class="text-success text-center" ng-show="defaultCert.success"><b>Upload successful</b></div>
<div class="form-group" ng-class="{ 'has-error': (!defaultCert.cert.$dirty && defaultCert.error) }">