diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 98cd7418b..6c1af5b26 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -76,9 +76,13 @@ [% ELSIF error == "alias_in_use" %] [% title = "Alias In Use" %] - [% bug_link FILTER none %] has already taken the alias + [% terms.Bug %] [%+ bug_link FILTER none %] has already taken the alias <em>[% alias FILTER html %]</em>. Please choose another one. + [% ELSIF error == "alias_not_defined" %] + [% title = "Alias Is Not Defined" %] + You did not supply an alias to this [% terms.bug %]. + [% ELSIF error == "alias_is_numeric" %] [% title = "Alias Is Numeric" %] You tried to give this [% terms.bug %] the alias <em>[% alias FILTER html %]</em>, |