From 5db53c9ecf6270bd8ea6092c0893e96703f6ad61 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Sun, 7 Dec 2014 07:48:33 +1000 Subject: Bug 1052202 - Web Service module to update and delete components r=dylan, a=glob --- template/en/default/global/user-error.html.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'template/en/default/global') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 015f18525..dd34f2cd6 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1338,6 +1338,11 @@ You cannot set aliases when modifying multiple [% terms.bugs %] at once. + [% ELSIF error == "multiple_components_update_not_allowed" %] + [% title = "Multiple Components Update Not allowed" %] + You can not update the name for multiple components of the + same product. + [% ELSIF error == "need_quip" %] [% title = "Quip Required" %] [% docslinks = {'quips.html' => 'About quips'} %] -- cgit v1.2.3-24-g4f1b