diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index bdb4e66ee..eb063a402 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -158,7 +158,7 @@ [%+ terms.bug %] is a duplicate. The [% terms.bug %] has not been changed. [% ELSIF error == "dupe_of_self_disallowed" %] - [% title = "Cannot mark [% terms.abug %] as a duplicate of itself" %] + [% title = "Cannot mark $terms.abug as a duplicate of itself" %] You can't mark [% terms.abug %] as a duplicate of itself. [% ELSIF error == "email_change_in_progress" %] @@ -186,7 +186,8 @@ KB. If your attachment is an image, try converting it to a compressable format like JPG or PNG, or put it elsewhere on the web and - link to it from the [% terms.bug %]'s URL field or in a comment on the [% terms.bug %]. + link to it from the [% terms.bug %]'s URL field or a comment in + the [% terms.bug %]. [% ELSIF error == "flag_requestee_unauthorized" %] [% title = "Flag Requestee Not Authorized" %] |