diff options
author | silverwind <me@silverwind.io> | 2023-07-04 11:59:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-04 09:59:47 +0000 |
commit | 0006169f38f757e35c61169cb0a5da051ff696fe (patch) | |
tree | 3e82199feb12574f32f17a10a1d54e26e3cf06cc /options/locale/locale_en-US.ini | |
parent | 9958642502f8b505f97589d7a7f5357e8dfc04e3 (diff) | |
download | gitea-0006169f38f757e35c61169cb0a5da051ff696fe.tar.gz gitea-0006169f38f757e35c61169cb0a5da051ff696fe.zip |
Actions list enhancements (#25601)
Various small enhancements to the actions list. Before and after:
<img width="1264" alt="Screenshot 2023-06-30 at 00 11 40"
src="https://github.com/go-gitea/gitea/assets/115237/bb4162ee-cdcf-4a73-b05e-f9521562edbb">
<img width="1264" alt="Screenshot 2023-06-30 at 00 09 51"
src="https://github.com/go-gitea/gitea/assets/115237/52a70ea9-4bb3-406e-904b-0fdaafde9582">
---------
Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 6d0f29eddb..f10d6620ff 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3463,7 +3463,7 @@ runners.reset_registration_token_success = Runner registration token reset succe runs.all_workflows = All Workflows runs.commit = Commit -runs.pushed_by = Pushed by +runs.pushed_by = pushed by runs.invalid_workflow_helper = Workflow config file is invalid. Please check your config file: %s runs.no_matching_runner_helper = No matching runner: %s runs.actor = Actor |