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 @@ -3530,6 +3530,7 @@ runs.actors_no_select = All actors
35303530runs.status_no_select = All status
35313531runs.no_results = No results matched.
35323532runs.no_runs = The workflow has no runs yet.
3533+ runs.empty_commit_message = (empty commit message)
35333534
35343535workflow.disable = Disable Workflow
35353536workflow.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