diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-11-21 11:00:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-21 03:00:59 +0000 |
commit | 0c0d17f17eba7c0fd2a0398be4b671ac2247a864 (patch) | |
tree | 67ff9c0a6c492c2d8079173f1b815b6cbd9df3d6 /options/locale | |
parent | 247927a9b51cea88db6f7d2dee25471339feb51b (diff) | |
download | gitea-0c0d17f17eba7c0fd2a0398be4b671ac2247a864.tar.gz gitea-0c0d17f17eba7c0fd2a0398be4b671ac2247a864.zip |
Fix empty action run title (#28113)
Fix #27901
Diffstat (limited to 'options/locale')
-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 ee5ae7467a..293316fc7b 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3530,6 +3530,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. |