diff options
author | Go MAEDA <maeda@farend.jp> | 2019-04-24 02:29:49 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-04-24 02:29:49 +0000 |
commit | 7e407ebeb29860ce36dd6dc5f134e07f734b081c (patch) | |
tree | 8c9fc7355de3f9753709bf9abc866c145f2c96ca /config | |
parent | e184fc971dad9dc4ffc9e2a673bce87a4ed5618e (diff) | |
download | redmine-7e407ebeb29860ce36dd6dc5f134e07f734b081c.tar.gz redmine-7e407ebeb29860ce36dd6dc5f134e07f734b081c.zip |
Adds a new query column for the parent task subject (#19371).
Patch by Jens Krämer.
git-svn-id: http://svn.redmine.org/redmine/trunk@18078 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 44e451fd2..4269e344e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -346,6 +346,7 @@ en: field_group_by: Group results by field_sharing: Sharing field_parent_issue: Parent task + field_parent_issue_subject: Parent task subject field_member_of_group: "Assignee's group" field_assigned_to_role: "Assignee's role" field_text: Text field |