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