From e11fc1f32dc4cde946d7293c6ddb81560c556f87 Mon Sep 17 00:00:00 2001 From: js6pak Date: Fri, 5 May 2023 23:01:00 +0200 Subject: [PATCH] Rename actions tabs from Open/Closed to Running/Finished --- options/locale/locale_en-US.ini | 4 ++-- templates/repo/actions/openclose.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index f48ebbdc746c8..2b528635b2014 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3438,8 +3438,8 @@ runners.version = Version runners.reset_registration_token_success = Runner registration token reset successfully runs.all_workflows = All Workflows -runs.open_tab = %d Open -runs.closed_tab = %d Closed +runs.running_tab = %d Running +runs.finished_tab = %d Finished runs.commit = Commit runs.pushed_by = Pushed by runs.invalid_workflow_helper = Workflow config file is invalid. Please check your config file: %s diff --git a/templates/repo/actions/openclose.tmpl b/templates/repo/actions/openclose.tmpl index 6874115a19ff9..416472656fd8b 100644 --- a/templates/repo/actions/openclose.tmpl +++ b/templates/repo/actions/openclose.tmpl @@ -1,10 +1,10 @@