Commit 8d96ebd8 authored by uid623's avatar uid623

Patch for bug 330804: don't talk about QA if the QA contact parameter is…

Patch for bug 330804: don't talk about QA if the QA contact parameter is disabled; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, r=LpSolit, a=myk.
parent e93e7d55
......@@ -1331,8 +1331,12 @@
[% ELSIF error == "user_has_responsibility" %]
[% title = "Can't Delete User Account" %]
[% admindocslinks = {'useradmin.html' => 'User administration'} %]
The user you want to delete is set up for roles as default [% terms.bug %]
assignee or QA contact for at least one component.
The user you want to delete is set up as the default [% terms.bug %]
assignee
[% IF Param('useqacontact') %]
or QA contact
[% END %]
for at least one component.
For this reason, you cannot delete the account at this time.
[% ELSIF error == "user_login_required" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment