diff options
author | Denys Konovalov <kontakt@denyskon.de> | 2023-09-24 20:12:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-24 14:12:21 -0400 |
commit | 63b25e816db6862bad9ad14ab272901b5570f48b (patch) | |
tree | 8372a736b2e9c9b04461127f876e8ceba4d1183d /options/locale/locale_en-US.ini | |
parent | efd51762781d4ba57c459190846a26636aef6564 (diff) | |
download | gitea-63b25e816db6862bad9ad14ab272901b5570f48b.tar.gz gitea-63b25e816db6862bad9ad14ab272901b5570f48b.zip |
fix issues on action runners page (#27226)
- switch from some weird status badge to label
- translate untranslated `Reset registration token` string
- change documentation link from act_runner README to Gitea Docs site
- fix "No runners available" message width
- use `ctx.Locale.Tr` where possible
![grafik](https://github.com/go-gitea/gitea/assets/47871822/65547228-f9ed-4f80-9cfd-df5e55513a44)
Diffstat (limited to 'options/locale/locale_en-US.ini')
-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 74b8931de8..035dc9b9e3 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3507,6 +3507,7 @@ runners.status.idle = Idle runners.status.active = Active runners.status.offline = Offline runners.version = Version +runners.reset_registration_token = Reset registration token runners.reset_registration_token_success = Runner registration token reset successfully runs.all_workflows = All Workflows |