diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/versions/updated.html.tmpl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/template/en/default/admin/versions/updated.html.tmpl b/template/en/default/admin/versions/updated.html.tmpl index 5bae6bcf6..8f679c4aa 100644 --- a/template/en/default/admin/versions/updated.html.tmpl +++ b/template/en/default/admin/versions/updated.html.tmpl @@ -25,7 +25,7 @@ # version: object; Bugzilla::Version object representing the # version the user updated. # - # updated_name: boolean; defined if the 'name' field was updated + # updated: boolean; defined if the 'name' field was updated #%] [% title = BLOCK %]Updating Version '[% version.name FILTER html %]' of Product @@ -34,11 +34,9 @@ title = title %] -[% IF updated_name %] +[% IF updated %] <p>Updated Version name to: '[% version.name FILTER html %]'.</p> -[% END %] - -[% UNLESS updated_name %] +[% ELSE %] <p>Nothing changed for version '[% version.name FILTER html %]'. [% END %] |