From 2ac8410babc348deec763b86b242dfcc3cbadb32 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Thu, 5 Jan 2023 18:17:05 +0800 Subject: [PATCH] fix: translation keys --- options/locale/locale_en-US.ini | 2 +- templates/shared/actions/runner_edit.tmpl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 7dbb304b90..683c924cff 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3269,5 +3269,5 @@ runners.delete_runner = Delete this runner runners.delete_runner_success = Runner deleted successfully runners.delete_runner_failed = Failed to delete runner runners.delete_runner_header = Confirm to delete this runner -runners.delete_runner_notice = If task is running on this runner, it will be terminated and mark as failed. It may break building workflow. +runners.delete_runner_notice = If a task is running on this runner, it will be terminated and mark as failed. It may break building workflow. runners.delete_runner_confirm = Delete this runner diff --git a/templates/shared/actions/runner_edit.tmpl b/templates/shared/actions/runner_edit.tmpl index c9b1970b46..9c6188f233 100644 --- a/templates/shared/actions/runner_edit.tmpl +++ b/templates/shared/actions/runner_edit.tmpl @@ -91,18 +91,18 @@