Merge pull request #955 from PatrickLemke/fix-typo-dns-settings

Fix typo / grammar for dns error message
This commit is contained in:
Nicolas Dorier
2019-08-04 21:42:43 +09:00
committed by GitHub

View File

@@ -104,7 +104,7 @@
{
<div class="alert alert-danger alert-dismissible" style="position:absolute; top:75px;" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<span>Your access to BTCPay Server is over an unsecured network. If you are using docker deployment with NGINX and HTTPS is not available, you probably did not configured your DNS settings right. <br />
<span>Your access to BTCPay Server is over an unsecured network. If you are using the docker deployment method with NGINX and HTTPS is not available, you probably did not configure your DNS settings correctly. <br />
We disabled the register and login link so you don't leak your credentials.</span>
</div>
}