Fix some text errors

This commit is contained in:
Kris
2022-04-29 20:06:25 +02:00
parent ade06839b7
commit 2abd7db572
7 changed files with 19 additions and 19 deletions

View File

@@ -36,7 +36,7 @@
{{if eq $monitor.Type 1}}{{tr "SSLCertificate"}} {{else if eq $monitor.Type
2}} ICMP Ping {{else}} {{tr "TCPPort"}} {{end}}
</td>
<td>{{$monitor.Duration}}{{tr "Seconds"}}</td>
<td>{{$monitor.Duration}} {{tr "Seconds"}}</td>
<td>{{$monitor.NotificationTag}}</td>
<td>{{$monitor.Notify}}</td>
<td>

View File

@@ -38,7 +38,7 @@
<textarea name="CustomCode">{{.Conf.Site.CustomCode}}</textarea>
</div>
<div class="field">
<label>{{tr "AccessPassword"}}}</label>
<label>{{tr "AccessPassword"}}</label>
<input type="text" name="ViewPassword" placeholder="" value="{{.Conf.Site.ViewPassword}}">
</div>
<div class="field">