diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 7eac20cf2..072a10a56 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -651,10 +651,10 @@ [% title = "Not allowed" %] You tried to change the <strong>[% field_descs.$field FILTER html %]</strong> field - [% IF oldvalue %] + [% IF oldvalue.defined %] from <em>[% oldvalue FILTER html %]</em> [% END %] - [% IF newvalue %] + [% IF newvalue.defined %] to <em>[% newvalue FILTER html %]</em> [% END %] , but only |