diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/components/updated.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/components/updated.html.tmpl b/template/en/default/admin/components/updated.html.tmpl index e05bc0973..43214f979 100644 --- a/template/en/default/admin/components/updated.html.tmpl +++ b/template/en/default/admin/components/updated.html.tmpl @@ -55,13 +55,13 @@ [% END %] [% IF updated_initialowner %] - <p>Updated Default Assignee to: '[% comp.initialowner FILTER html %]'.</p> + <p>Updated Default Assignee to: '[% comp.default_assignee.login FILTER html %]'.</p> [% END %] [% IF updated_initialqacontact %] <p> - [% IF initialqacontact %] - Updated Default QA Contact to '[% comp.initialqacontact FILTER html %]'. + [% IF comp.default_qa_contact.id %] + Updated Default QA Contact to '[% comp.default_qa_contact.login FILTER html %]'. [% ELSE %] Removed Default QA Contact. [% END %] |