summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorGiteabot <teabot@gitea.io>2023-11-21 12:28:14 +0800
committerGitHub <noreply@github.com>2023-11-21 04:28:14 +0000
commitc997e9073811fd91f101f3028a39c294c4958c37 (patch)
treeb9aef753fa0481e38302d5d0d8cf7199ad44d3a8 /options
parentffab076b72fb5822531f24f9e608f3b49bb2d324 (diff)
downloadgitea-c997e9073811fd91f101f3028a39c294c4958c37.tar.gz
gitea-c997e9073811fd91f101f3028a39c294c4958c37.zip
Fix empty action run title (#28113) (#28148)
Backport #28113 by @lunny Fix #27901 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 3d9181d024..36fc65200e 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -3527,6 +3527,7 @@ runs.actors_no_select = All actors
runs.status_no_select = All status
runs.no_results = No results matched.
runs.no_runs = The workflow has no runs yet.
+runs.empty_commit_message = (empty commit message)
workflow.disable = Disable Workflow
workflow.disable_success = Workflow '%s' disabled successfully.