Skip to content

Commit 894ef93

Browse files
committed
locale
1 parent dd917e1 commit 894ef93

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3815,6 +3815,7 @@ runs.expire_log_message = Logs have been purged because they were too old.
38153815
runs.delete = Delete workflow run
38163816
runs.delete.description = Are you sure you want to permanently delete this workflow run? This action cannot be undone.
38173817
runs.not_done = This workflow run is not done.
3818+
runs.view_workflow_file = View workflow file
38183819

38193820
workflow.disable = Disable Workflow
38203821
workflow.disable_success = Workflow '%s' disabled successfully.

templates/repo/actions/runs_list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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"

0 commit comments

Comments
 (0)