diff options
author | lpsolit%gmail.com <> | 2006-08-25 17:41:26 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-08-25 17:41:26 +0200 |
commit | abef82d31e12c70f847664039a084d4898f7ec73 (patch) | |
tree | 9993eceac700ae3e57fca86aeb59a66321fa8060 | |
parent | 06ef3e71b767437b16dad53d1f61db4f64bcc031 (diff) | |
download | bugzilla-abef82d31e12c70f847664039a084d4898f7ec73.tar.gz bugzilla-abef82d31e12c70f847664039a084d4898f7ec73.tar.xz |
Bug 338965: Add me to cc list feature is confusing - Patch by Joost de Valk <bugzilla@joostdevalk.nl> r=mkanat a=myk
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index ea526cd23..4cadc2114 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -590,7 +590,7 @@ IF user.settings.state_addselfcc.value == 'always' || (!has_role && user.settings.state_addselfcc.value == 'cc_unless_role') %]> - <label for="addselfcc">Add [% user.login FILTER html %] to CC list</label> + <label for="addselfcc">Add [% user.identity FILTER html %] to CC list</label> [% END %] <br> |