fix: add missing translations

This commit is contained in:
Jason Song
2023-01-05 17:59:21 +08:00
parent 92b117f930
commit 730af9be50
2 changed files with 12 additions and 7 deletions

View File

@@ -59,11 +59,11 @@
<table class="ui very basic striped table unstackable">
<thead>
<tr>
<th>{{.locale.Tr "runners.task_list.job"}}</th>
<th>{{.locale.Tr "runners.task_list.status"}}</th>
<th>{{.locale.Tr "runners.task_list.repository"}}</th>
<th>{{.locale.Tr "runners.task_list.commit"}}</th>
<th>{{.locale.Tr "runners.task_list.finish_at"}}</th>
<th>{{.locale.Tr "actions.runners.task_list.job"}}</th>
<th>{{.locale.Tr "actions.runners.task_list.status"}}</th>
<th>{{.locale.Tr "actions.runners.task_list.repository"}}</th>
<th>{{.locale.Tr "actions.runners.task_list.commit"}}</th>
<th>{{.locale.Tr "actions.runners.task_list.done_at"}}</th>
</tr>
</thead>
<tbody>