From 6ddb813b73ff90efe19b025d875f108a3dd5d350 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 18 Oct 2012 14:26:21 +0800 Subject: Fix bare bugwords in remo budget request form https://bugzilla.mozilla.org/show_bug.cgi?id=795980 --- .../REMO/template/en/default/bug/create/create-remo-budget.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/REMO/template/en/default/bug/create/create-remo-budget.html.tmpl') diff --git a/extensions/REMO/template/en/default/bug/create/create-remo-budget.html.tmpl b/extensions/REMO/template/en/default/bug/create/create-remo-budget.html.tmpl index f198b3728..663d81ef1 100644 --- a/extensions/REMO/template/en/default/bug/create/create-remo-budget.html.tmpl +++ b/extensions/REMO/template/en/default/bug/create/create-remo-budget.html.tmpl @@ -39,7 +39,7 @@ function validateAndSubmit() { if(!isFilledOut('lastname')) alert_text += "Please enter your last name\n"; if(!isFilledOut('profilepage')) alert_text += "Please enter a Mozilla Reps profile page.\n"; if(!isFilledOut('eventpage')) alert_text += "Please enter a event page address.\n"; - if(!isFilledOut('mentoremail')) alert_text += "Please enter a valid Bugzilla email for mentor.\n"; + if(!isFilledOut('mentoremail')) alert_text += "Please enter a valid [% terms.Bugzilla %] email for mentor.\n"; if(!isFilledOut('country')) alert_text += "Please enter a valid value for country.\n"; if(!isFilledOut('budgettotal')) alert_text += "Please enter the total budget for the event.\n"; if(!isFilledOut('service1') || !isFilledOut('cost1')) alert_text += "Please enter at least one service and cost value.\n"; @@ -116,7 +116,7 @@ function validateAndSubmit() { - Bugzilla Email of Your Mentor: + [% terms.Bugzilla %] Email of Your Mentor: [% INCLUDE global/userselect.html.tmpl id => "mentoremail" -- cgit v1.2.3-24-g4f1b