diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-05-17 17:21:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 17:21:35 +0800 |
commit | b807d2f6205bf1ba60d3a543e8e1a16f7be956df (patch) | |
tree | 8f62ddf2edb4d870d95f9192c598ee0e2c41f80e /options | |
parent | e7c2231dee356df5cbe5a47c07e31e3a8d090a6f (diff) | |
download | gitea-b807d2f6205bf1ba60d3a543e8e1a16f7be956df.tar.gz gitea-b807d2f6205bf1ba60d3a543e8e1a16f7be956df.zip |
Support no label/assignee filter and batch clearing labels/assignees (#24707)
Since milestones has been implemented, this PR will fix #3407
---------
Co-authored-by: Jason Song <i@wolfogre.com>
Diffstat (limited to 'options')
-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 2167471aac..78dbb3c9c2 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1361,6 +1361,7 @@ issues.delete_branch_at = `deleted branch <b>%s</b> %s` issues.filter_label = Label issues.filter_label_exclude = `Use <code>alt</code> + <code>click/enter</code> to exclude labels` issues.filter_label_no_select = All labels +issues.filter_label_select_no_label = No Label issues.filter_milestone = Milestone issues.filter_milestone_all = All milestones issues.filter_milestone_none = No milestones @@ -1371,6 +1372,7 @@ issues.filter_project_all = All projects issues.filter_project_none = No project issues.filter_assignee = Assignee issues.filter_assginee_no_select = All assignees +issues.filter_assginee_no_assignee = No assignee issues.filter_poster = Author issues.filter_poster_no_select = All authors issues.filter_type = Type |