aboutsummaryrefslogtreecommitdiffstats
path: root/options/locale
diff options
context:
space:
mode:
authoryp05327 <576951401@qq.com>2023-04-19 21:51:20 +0900
committerGitHub <noreply@github.com>2023-04-19 20:51:20 +0800
commit01214c8ada993bf5f54a4149979d140443d69410 (patch)
tree17623b98c522109f794faef46c77a8c6a8335ab5 /options/locale
parent5e7543fcf441afb30aba6188edac754ef32b9ac3 (diff)
downloadgitea-01214c8ada993bf5f54a4149979d140443d69410.tar.gz
gitea-01214c8ada993bf5f54a4149979d140443d69410.zip
Add runner check in repo action page (#24124)
![image](https://user-images.githubusercontent.com/18380374/232996647-13c2b9f1-c9e9-42d9-acbf-8a6e16b175a6.png) Maybe we can also add online runner check? e.g. : Target runner is offline.
Diffstat (limited to 'options/locale')
-rw-r--r--options/locale/locale_en-US.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 416e883fc7..96e28fe87a 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -3407,7 +3407,7 @@ runs.open_tab = %d Open
runs.closed_tab = %d Closed
runs.commit = Commit
runs.pushed_by = Pushed by
-runs.valid_workflow_helper = Workflow config file is valid.
runs.invalid_workflow_helper = Workflow config file is invalid. Please check your config file: %s
+runs.no_matching_runner_helper = No matching runner: %s
need_approval_desc = Need approval to run workflows for fork pull request.