summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/components/confirm-delete.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/components/confirm-delete.html.tmpl')
-rw-r--r--template/en/default/admin/components/confirm-delete.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl
index e2c77cca2..5e108e7a8 100644
--- a/template/en/default/admin/components/confirm-delete.html.tmpl
+++ b/template/en/default/admin/components/confirm-delete.html.tmpl
@@ -26,9 +26,9 @@
#
# bug_count: number; The number of bugs belonging to the component
#
- # initialowner: string; initial owner, may be empty
+ # initialowner: string; default assignee, may be empty
#
- # initialqacontact: string; if system parameter is set to use the initial
+ # initialqacontact: string; if system parameter is set to use the default
# qa contact field, then this will be it,
# may be empty
#
@@ -63,13 +63,13 @@
<td valign="top">[% description FILTER html %]</td>
</tr>
<tr>
- <td valign="top">Initial owner:</td>
+ <td valign="top">Default assignee:</td>
<td valign="top">[% initialowner FILTER html %]</td>
[% IF Param('useqacontact') %]
</tr>
<tr>
- <td valign="top">Initial QA contact:</td>
+ <td valign="top">Default QA contact:</td>
<td valign="top">[% initialqacontact FILTER html %]</td>
[% END %]