diff options
author | puni9869 <80308335+puni9869@users.noreply.github.com> | 2023-09-18 10:24:05 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 04:54:05 +0000 |
commit | a50d9af876435d007e6052c6ef8ebc838dd9709f (patch) | |
tree | 1e2d3b90ccfdcf307acab33577b3452b4b704918 /options | |
parent | e97baed800ed9b83c5634492205318ab0c820719 (diff) | |
download | gitea-a50d9af876435d007e6052c6ef8ebc838dd9709f.tar.gz gitea-a50d9af876435d007e6052c6ef8ebc838dd9709f.zip |
Display archived labels specially when listing labels (#26820)
Follow up https://github.com/go-gitea/gitea/pull/26741
Changes:
Added archived label for org labels and added into issue filter list.
Part of https://github.com/go-gitea/gitea/issues/25237
---------
Signed-off-by: puni9869 <punitinani1@hotmail.com>
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index e11d5167aa..74b8931de8 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -123,6 +123,8 @@ unpin = Unpin artifacts = Artifacts +archived = Archived + concept_system_global = Global concept_user_individual = Individual concept_code_repository = Repository @@ -317,7 +319,6 @@ filter_by_team_repositories = Filter by team repositories feed_of = Feed of "%s" show_archived = Archived -archived = Archived show_both_archived_unarchived = Showing both archived and unarchived show_only_archived = Showing only archived show_only_unarchived = Showing only unarchived |