File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3527,6 +3527,7 @@ runs.actors_no_select = All actors
35273527runs.status_no_select = All status
35283528runs.no_results = No results matched.
35293529runs.no_runs = The workflow has no runs yet.
3530+ runs.empty_commit_message = (empty commit message)
35303531
35313532workflow.disable = Disable Workflow
35323533workflow.disable_success = Workflow '%s' disabled successfully.
Original file line number Diff line number Diff line change 1212 </div>
1313 <div class="flex-item-main">
1414 <a class="flex-item-title" title="{{.Title}}" href="{{if .Link}}{{.Link}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
15- {{- .Title - }}
15+ {{if .Title}}{{.Title}}{{else}}{{ctx.Locale.Tr "actions.runs.empty_commit_message"}}{{end }}
1616 </a>
1717 <div class="flex-item-body">
1818 <b>{{if not $.CurWorkflow}}{{.WorkflowID}} {{end}}#{{.Index}}</b>:
You can’t perform that action at this time.
0 commit comments