mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
fix typo
This commit is contained in:
2
resource/template/common/menu.html
vendored
2
resource/template/common/menu.html
vendored
@@ -34,7 +34,7 @@
|
||||
<i class="terminal icon"></i>{{tr "AdminPanel"}}
|
||||
</a>
|
||||
{{end}}
|
||||
<button class="item" onclick="showConfirm('{{tr "ConfirmLogout"}}','{{}tr "AfterLoggingOutYouHaveToLoginAgain"}',logout,{{.Admin.ID}})">
|
||||
<button class="item" onclick="showConfirm('{{tr "ConfirmLogout"}}','{{tr "AfterLoggingOutYouHaveToLoginAgain"}}',logout,{{.Admin.ID}})">
|
||||
<i class="logout icon"></i>{{tr "Logout"}}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
2
resource/template/component/cron.html
vendored
2
resource/template/component/cron.html
vendored
@@ -48,7 +48,7 @@
|
||||
{{tr "TheFormaOfTheScheduleIs"}}<code>* * * * * *</code> {{tr "SecondsMinutesHoursDaysMonthsWeeksSeeDetails"}} <a
|
||||
href="https://pkg.go.dev/github.com/robfig/cron/v3#hdr-CRON_Expression_Format"
|
||||
target="_blank">{{tr "ScheduleExpressionFormat"}}</a><br>
|
||||
{{tr "IntroductionOfCommands"}}
|
||||
{{safe (tr "IntroductionOfCommands")}}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
2
resource/template/component/monitor.html
vendored
2
resource/template/component/monitor.html
vendored
@@ -57,7 +57,7 @@
|
||||
</form>
|
||||
<div class="ui warning message">
|
||||
<p>
|
||||
{{tr "IntroductionOfMonitor"}}
|
||||
{{safe (tr "IntroductionOfMonitor")}}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<i class="edit icon"></i>
|
||||
</button>
|
||||
<button class="ui button"
|
||||
onclick="showConfirm('{tr "DeleteService"}','{{tr "ConfirmToDeleteThisService"}}',deleteRequest,'/api/monitor/'+{{$monitor.ID}})">
|
||||
onclick="showConfirm('{{tr "DeleteService"}}','{{tr "ConfirmToDeleteThisService"}}',deleteRequest,'/api/monitor/'+{{$monitor.ID}})">
|
||||
<i class="trash alternate outline icon"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user