diff options
author | Denys Konovalov <kontakt@denyskon.de> | 2023-10-16 23:06:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-16 23:06:15 +0200 |
commit | 0271114e6400fc003d96c8499f0c8e43bbb441f9 (patch) | |
tree | f2c666f02ee0a02c1b3cde1e2389889d9b8849f3 /options | |
parent | 6c501b149809a7015e58d9627e84bfd593702f95 (diff) | |
download | gitea-0271114e6400fc003d96c8499f0c8e43bbb441f9.tar.gz gitea-0271114e6400fc003d96c8499f0c8e43bbb441f9.zip |
cleanup repo details icons/labels (#27644)
Fix #27596
Change confusing behavior when showing information about a repo via
labels and icons. Implement changes proposed by @lng2020 in
https://github.com/go-gitea/gitea/pull/27627#pullrequestreview-1678787673.
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 8677461322..46138fad54 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1030,10 +1030,8 @@ transfer.no_permission_to_reject = You do not have permission to reject this tra desc.private = Private desc.public = Public -desc.private_template = Private template -desc.public_template = Template +desc.template = Template desc.internal = Internal -desc.internal_template = Internal template desc.archived = Archived template.items = Template Items |