diff options
author | Simon Green <mail@simon.green> | 2016-09-15 10:44:54 +0200 |
---|---|---|
committer | Simon Green <mail@simon.green> | 2016-09-15 10:44:54 +0200 |
commit | a4601960dedb6012dd12e6a6fe47de7fc6af6965 (patch) | |
tree | 0f43e9ab94d883603a67f7f3b6a491c275a5befa /template/en/default/global | |
parent | c7b85d80debaba707e0b77633ebbd21575268770 (diff) | |
download | bugzilla-a4601960dedb6012dd12e6a6fe47de7fc6af6965.tar.gz bugzilla-a4601960dedb6012dd12e6a6fe47de7fc6af6965.tar.xz |
Bug 65388 - Make it possible to query for open bugs with an inactive target milestone
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/field-descs.none.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/field-descs.none.tmpl b/template/en/default/global/field-descs.none.tmpl index f4e17c3f8..e6c947104 100644 --- a/template/en/default/global/field-descs.none.tmpl +++ b/template/en/default/global/field-descs.none.tmpl @@ -37,6 +37,8 @@ "notmatches" => "does not match", "isempty" => "is empty", "isnotempty" => "is not empty", + "isactive" => "is active", + "isnotactive" => "is not active", } %] [% field_types = { ${constants.FIELD_TYPE_UNKNOWN} => "Unknown Type", |