Better description for changing domain

This commit is contained in:
nicolas.dorier 2018-07-24 18:23:16 +09:00
parent 27cea81cb2
commit d8bc7ef4b8
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Version>1.0.2.63</Version>
<Version>1.0.2.64</Version>
<NoWarn>NU1701,CA1816,CA1308,CA1810,CA2208</NoWarn>
</PropertyGroup>
<ItemGroup>

View File

@ -13,7 +13,7 @@
<form method="post">
<div class="form-group">
<h5>SSH Settings</h5>
<span>You need SSH credentials to run any of those actions</span>
<span>For changing any settings, you need to enter your SSH credentials:</span>
</div>
<div class="form-group">
<label asp-for="UserName"></label>
@ -28,8 +28,8 @@
</div>
<div class="form-group">
<h5>Actions</h5>
<span>Run any of those administrative functions</span>
<h5>Change domain name</h5>
<span>You can change the domain name of your server by following <a href="https://github.com/btcpayserver/btcpayserver-doc/blob/master/ChangeDomain.md">this guide</a></span>
</div>
<div class="form-group">