diff options
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 651db0922..649779e11 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -348,7 +348,7 @@ You can't make [% terms.abug %] block itself or depend on itself. [% ELSIF error == "dupe_id_required" %] - [% title = "Duplicate Bug Id Required" %] + [% title = "Duplicate $terms.Bug Id Required" %] You must specify [% terms.abug %] id to mark this [% terms.bug %] as a duplicate of. |