diff options
author | parnic <github@parnic.com> | 2022-08-08 15:03:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-08 22:03:58 +0200 |
commit | 0066bc511321d393065fb17a0c91f15b8e483fe5 (patch) | |
tree | 2b6d83ce6d86fc0f7dce1e1b01f92ac708cc4a66 /options/locale/locale_en-US.ini | |
parent | 2b101994a6f4724500908226f9a55816062f1da6 (diff) | |
download | gitea-0066bc511321d393065fb17a0c91f15b8e483fe5.tar.gz gitea-0066bc511321d393065fb17a0c91f15b8e483fe5.zip |
Add issue filter for Author (#20578)
This adds a new filter option on the issues and pulls pages to filter by the author/poster/creator of the issue or PR
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 783783617b..426521e4ee 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1269,6 +1269,8 @@ issues.filter_milestone = Milestone issues.filter_milestone_no_select = All milestones issues.filter_assignee = Assignee issues.filter_assginee_no_select = All assignees +issues.filter_poster = Author +issues.filter_poster_no_select = All authors issues.filter_type = Type issues.filter_type.all_issues = All issues issues.filter_type.assigned_to_you = Assigned to you |