Rewrite the English guide and fix some text errors

This commit is contained in:
Kris
2022-05-01 16:41:03 +02:00
parent 96187e4707
commit 9696336bdc
4 changed files with 124 additions and 124 deletions

View File

@@ -33,7 +33,7 @@
</div>
</div>
<div class="field">
<label>{{tr "NotificationMethodGroup"}}}</label>
<label>{{tr "NotificationMethodGroup"}}</label>
<input type="text" name="NotificationTag" placeholder="default">
</div>
<div class="field">
@@ -45,7 +45,7 @@
</form>
<div class="ui warning message">
<p>
{{tr "TheFormaOfTheScheduleIs"}}<code>* * * * * *</code>&nbsp;{{tr "SecondsMinutesHoursDaysMonthsWeeksSeeDetails"}} <a
{{tr "TheFormaOfTheScheduleIs"}} <code>* * * * * *</code>&nbsp; {{tr "SecondsMinutesHoursDaysMonthsWeeksSeeDetails"}} <a
href="https://pkg.go.dev/github.com/robfig/cron/v3#hdr-CRON_Expression_Format"
target="_blank">{{tr "ScheduleExpressionFormat"}}</a><br>
{{safe (tr "IntroductionOfCommands")}}
@@ -54,7 +54,7 @@
</div>
<div class=" actions">
<div class="ui negative button">{{tr "Cancel"}}</div>
<button class="ui positive nezha-primary-btn right labeled icon button">{{tr "Confirm"}}}}<i class="checkmark icon"></i>
<button class="ui positive nezha-primary-btn right labeled icon button">{{tr "Confirm"}}<i class="checkmark icon"></i>
</button>
</div>
</div>