Fix a typo issue in index.html
Just a typo issue when having Encryption error ;)
This commit is contained in:
parent
22de5bd422
commit
2c883d65aa
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
<strong>Secure connection error</strong> A secure connection with the WeeChat relay could not be initiated. This is most likely because your browser does not trust your relay's certificate. Please read the encryption instructions below!
|
||||
</div>
|
||||
<div class="alert alert-danger" ng-show="securityError">
|
||||
<strong>Secure connection error</strong> Unable to connect to unencrypted relay when your are connecting to Glowing Bear over HTTPS. Please use an encrypted relay or load the page without using HTTPS.
|
||||
<strong>Secure connection error</strong> Unable to connect to unencrypted relay when you are connecting to Glowing Bear over HTTPS. Please use an encrypted relay or load the page without using HTTPS.
|
||||
</div>
|
||||
<div class="panel-group accordion">
|
||||
<div class="panel" data-state="active">
|
||||
|
|
Loading…
Reference in a new issue