]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 338965: Add me to cc list feature is confusing - Patch by Joost de Valk <bugzilla...
authorlpsolit%gmail.com <>
Fri, 25 Aug 2006 15:41:26 +0000 (15:41 +0000)
committerlpsolit%gmail.com <>
Fri, 25 Aug 2006 15:41:26 +0000 (15:41 +0000)
template/en/default/bug/edit.html.tmpl

index ea526cd2397e7f01d6a16b24e6c09673ca1fbe15..4cadc21144ded283e6421eb67c33f7b123113177 100644 (file)
            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>