diff options
author | yp05327 <576951401@qq.com> | 2023-04-27 17:44:38 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 16:44:38 +0800 |
commit | 5141bbd9ba1445a9cbe3103319ae516c178d4e17 (patch) | |
tree | 76da066f7ce08718bf0318c8495547d95bd27dac /options/locale | |
parent | 62ca5825f73ad5a25ffeb6c3ef66f0eaf5d30cdf (diff) | |
download | gitea-5141bbd9ba1445a9cbe3103319ae516c178d4e17.tar.gz gitea-5141bbd9ba1445a9cbe3103319ae516c178d4e17.zip |
Display 'Unknown' when runner.version is empty (#24378)
Before:
![image](https://user-images.githubusercontent.com/18380374/234782197-43d8f86d-afe2-4626-8e46-b621d7cde8f9.png)
After:
![image](https://user-images.githubusercontent.com/18380374/234782064-6828ae3b-5957-451f-82bb-22ab60b6c2a8.png)
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 54e041d785..a6ffc1f475 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -109,6 +109,7 @@ error = Error error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it. never = Never +unknown = Unknown rss_feed = RSS Feed |