summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/messages.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-11-13 11:50:16 +0100
committermkanat%bugzilla.org <>2006-11-13 11:50:16 +0100
commit790e8bbba2ae44ebc7473c61b3e9f7aafa8e2d5e (patch)
treeea9d837aa0a314357e96856721b62b3cb1ff9b8e /template/en/default/global/messages.html.tmpl
parentdacf3a2a88daac318c600712ebd75e74e9430c12 (diff)
downloadbugzilla-790e8bbba2ae44ebc7473c61b3e9f7aafa8e2d5e.tar.gz
bugzilla-790e8bbba2ae44ebc7473c61b3e9f7aafa8e2d5e.tar.xz
Bug 350307: Split out the create and update functionality of Bugzilla::Field::create_or_update
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
Diffstat (limited to 'template/en/default/global/messages.html.tmpl')
-rw-r--r--template/en/default/global/messages.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl
index 3d05214dc..a3b29bee7 100644
--- a/template/en/default/global/messages.html.tmpl
+++ b/template/en/default/global/messages.html.tmpl
@@ -168,12 +168,12 @@
[% ELSIF message_tag == "custom_field_created" %]
[% title = "Custom Field Created" %]
- The new custom field '[% name FILTER html %]' has been
+ The new custom field '[% field.name FILTER html %]' has been
successfully created.
[% ELSIF message_tag == "custom_field_updated" %]
[% title = "Custom Field Updated" %]
- Properties of the '[% name FILTER html %]' field have been
+ Properties of the '[% field.name FILTER html %]' field have been
successfully updated.
[% ELSIF message_tag == "emailold_change_cancelled" %]