Skip to content

Commit d04049a

Browse files
committed
use TLS instead of SSL
1 parent 6c026c2 commit d04049a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ServicePulse.Host/app/css/particular.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ input#immediatelyRetry {
12571257
visibility: visible;
12581258
}
12591259

1260-
input#enableSSL {
1260+
input#enableTLS {
12611261
visibility: visible;
12621262
}
12631263

src/ServicePulse.Host/app/modules/configuration/views/notificationsemailmodal.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ <h3 class="modal-title">Email configuration</h3>
3131
</div>
3232
<div class="row"></div>
3333
<div class="form-group">
34-
<input type="checkbox" id="enableSSL" name="enableSSL"
35-
ng-model="settings.enable_ssl" class="check-label" />
36-
<label for="enableSSL">Use SSL</label>
34+
<input type="checkbox" id="enableTLS" name="enableTLS"
35+
ng-model="settings.enable_tls" class="check-label" />
36+
<label for="enableTLS">Use TLS</label>
3737
</div>
3838
<div class="row"></div>
3939
<div class="form-group" ng-class="{'has-error': notificationsForm.from.$invalid}">

0 commit comments

Comments
 (0)