File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/ServicePulse.Host/app
modules/configuration/views Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1257,7 +1257,7 @@ input#immediatelyRetry {
12571257 visibility : visible;
12581258}
12591259
1260- input # enableSSL {
1260+ input # enableTLS {
12611261 visibility : visible;
12621262}
12631263
Original file line number Diff line number Diff 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} ">
You can’t perform that action at this time.
0 commit comments