diff options
author | Giteabot <teabot@gitea.io> | 2023-11-21 12:28:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-21 04:28:14 +0000 |
commit | c997e9073811fd91f101f3028a39c294c4958c37 (patch) | |
tree | b9aef753fa0481e38302d5d0d8cf7199ad44d3a8 /options | |
parent | ffab076b72fb5822531f24f9e608f3b49bb2d324 (diff) | |
download | gitea-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.ini | 1 |
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. |