diff --git a/models/unit/unit.go b/models/unit/unit.go index 5a09576b7c..bcd0572ab9 100644 --- a/models/unit/unit.go +++ b/models/unit/unit.go @@ -296,7 +296,7 @@ var ( TypeActions, "actions.actions", "/actions", - "actions.description", + "actions.unit.desc", 7, perm.AccessModeOwner, } diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 02bc7e0aeb..0636ffc341 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3237,9 +3237,17 @@ deletion.failed = Failed to remove secret. [actions] actions = Actions -description = Manage actions -open_tab = %d Open -closed_tab = %d Closed + +unit.desc = Manage actions + +status.unknown = "Unknown" +status.waiting = "Waiting" +status.running = "Running" +status.success = "Success" +status.failure = "Failure" +status.cancelled = "Cancelled" +status.skipped = "Skipped" +status.blocked = "Blocked" runners = Runners runners.runner_manage_panel = Runners Management @@ -3277,11 +3285,8 @@ runners.status.idle = Idle runners.status.active = Active runners.status.offline = Offline -status.unknown = "Unknown" -status.waiting = "Waiting" -status.running = "Running" -status.success = "Success" -status.failure = "Failure" -status.cancelled = "Cancelled" -status.skipped = "Skipped" -status.blocked = "Blocked" +runs.all_workflows = All Workflows +runs.open_tab = %d Open +runs.closed_tab = %d Closed +runs.commit = Commit +runs.pushed_by = Pushed by diff --git a/templates/repo/actions/list.tmpl b/templates/repo/actions/list.tmpl index ce0d82a600..c5abff5251 100644 --- a/templates/repo/actions/list.tmpl +++ b/templates/repo/actions/list.tmpl @@ -6,7 +6,7 @@