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 @@ -3815,6 +3815,7 @@ runs.expire_log_message = Logs have been purged because they were too old.
38153815runs.delete = Delete workflow run
38163816runs.delete.description = Are you sure you want to permanently delete this workflow run? This action cannot be undone.
38173817runs.not_done = This workflow run is not done.
3818+ runs.view_workflow_file = View workflow file
38183819
38193820workflow.disable = Disable Workflow
38203821workflow.disable_success = Workflow ' %s' disabled successfully.
Original file line number Diff line number Diff line change 3939 <div class="ui dropdown jump tw-p-2">
4040 {{svg "octicon-kebab-horizontal"}}
4141 <div class="menu flex-items-menu">
42- <a class="item" href="{{$run.Link}}/workflow">{{svg "octicon-play"}}View workflow file </a>
42+ <a class="item" href="{{$run.Link}}/workflow">{{svg "octicon-play"}}{{ctx.Locale.Tr "actions.runs.view_workflow_file"}} </a>
4343 {{if and $.AllowDeleteWorkflowRuns $run.Status.IsDone}}
4444 <a class="item link-action"
4545 data-url="{{$run.Link}}/delete"
You can’t perform that action at this time.
0 commit comments