diff options
author | lpsolit%gmail.com <> | 2005-06-21 04:16:26 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-06-21 04:16:26 +0200 |
commit | 5f173728faa3420461cb6f77b32f392bd58a1777 (patch) | |
tree | d61c10f776bc7ba3f01b1acbb62d76c3a6a0ef20 /template/en/default/reports | |
parent | de027530e15fc988f94411784abf368971ff8155 (diff) | |
download | bugzilla-5f173728faa3420461cb6f77b32f392bd58a1777.tar.gz bugzilla-5f173728faa3420461cb6f77b32f392bd58a1777.tar.xz |
Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
Diffstat (limited to 'template/en/default/reports')
-rw-r--r-- | template/en/default/reports/components.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/reports/components.html.tmpl b/template/en/default/reports/components.html.tmpl index ae969171b..3578a86e4 100644 --- a/template/en/default/reports/components.html.tmpl +++ b/template/en/default/reports/components.html.tmpl @@ -24,8 +24,8 @@ # components: List of hashes. May be empty. Each hash has four members: # name: string. Name of the component. # description: string. Description of the component. May contain HTML. - # initialowner: string. Component's initial owner. - # initialqacontact: string. Component's initial QA contact. + # initialowner: string. Component's default assignee. + # initialqacontact: string. Component's default QA contact. #%] [% filtered_product = product FILTER html %] @@ -45,7 +45,7 @@ <table> <tr> <th align="left">Component</th> - <th align="left">Default Owner</th> + <th align="left">Default Assignee</th> [% IF Param("useqacontact") %] <th align="left">Default QA Contact</th> [% END %] |