From 5f173728faa3420461cb6f77b32f392bd58a1777 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 21 Jun 2005 02:16:26 +0000 Subject: Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch by Tiago R. Mello r=LpSolit a=myk --- template/en/default/admin/users/confirm-delete.html.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'template/en/default/admin/users/confirm-delete.html.tmpl') diff --git a/template/en/default/admin/users/confirm-delete.html.tmpl b/template/en/default/admin/users/confirm-delete.html.tmpl index 91b9395b8..4e5fd9c10 100644 --- a/template/en/default/admin/users/confirm-delete.html.tmpl +++ b/template/en/default/admin/users/confirm-delete.html.tmpl @@ -24,8 +24,8 @@ # product_responsibilities: list of hashes, one entry per Bugzilla component. # productname: Name of the product. # componentname: Name of the component. - # initialowner: User ID of initial owner. - # initialqacontact: User ID of initial QA contact. + # initialowner: User ID of default assignee. + # initialqacontact: User ID of default QA contact. # bugs: number of bugs the viewed user has a role in # bug_activity: number of bugs the viewed user has activity # entries on @@ -57,8 +57,8 @@ %] [% responsibilityterms = { - 'initialowner' => 'Initial Owner', - 'initialqacontact' => 'Initial QA Contact' + 'initialowner' => 'Default Assignee', + 'initialqacontact' => 'Default QA Contact' } %] -- cgit v1.2.3-24-g4f1b