summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/components/create.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/components/create.html.tmpl')
-rw-r--r--template/en/default/admin/components/create.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl
index c8838eea6..769b61ca1 100644
--- a/template/en/default/admin/components/create.html.tmpl
+++ b/template/en/default/admin/components/create.html.tmpl
@@ -45,7 +45,7 @@
</td>
</tr>
<tr>
- <th align="right"><label for="initialowner">Initial Owner:</label></th>
+ <th align="right"><label for="initialowner">Default Assignee:</label></th>
<td>
[% INCLUDE global/userselect.html.tmpl
name => "initialowner"
@@ -59,7 +59,7 @@
[% IF Param('useqacontact') %]
<tr>
<th align="right">
- <label for="initialqacontact">Initial QA Contact:</label></th>
+ <label for="initialqacontact">Default QA Contact:</label></th>
<td>
[% INCLUDE global/userselect.html.tmpl
name => "initialqacontact"