diff options
author | yp05327 <576951401@qq.com> | 2023-05-12 17:43:27 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 08:43:27 +0000 |
commit | 49808136c5af5946851c5486d4630482d79eff8b (patch) | |
tree | 0e1d5ef1b5e5abf3d01b53e8471b8ad390c2f4f9 /options/locale/locale_en-US.ini | |
parent | 4aec1f87a4affe606e96e27c2e8660092aac3afb (diff) | |
download | gitea-49808136c5af5946851c5486d4630482d79eff8b.tar.gz gitea-49808136c5af5946851c5486d4630482d79eff8b.zip |
Display owner of a runner as a tooltip instead of static text (#24377)
Before:
![image](https://user-images.githubusercontent.com/18380374/234779250-8bbd325c-190e-4a30-ac3e-766498d17df5.png)
After:
![image](https://user-images.githubusercontent.com/18380374/234779094-e232ecba-d9f4-4d62-a702-6d5e4a522782.png)
![image](https://user-images.githubusercontent.com/18380374/234779120-0293af17-a566-4b69-b454-af4e95844e3b.png)
---------
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index ccac8faf99..d7c392a624 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -114,6 +114,11 @@ unknown = Unknown rss_feed = RSS Feed +concept_system_global = Global +concept_user_individual = Individual +concept_code_repository = Repository +concept_user_organization = Organization + [aria] navbar = Navigation Bar footer = Footer |