summaryrefslogtreecommitdiffstats
path: root/extensions/REMO/template/en/default/bug/create/create-remo-budget.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-10-18 08:26:21 +0200
committerByron Jones <bjones@mozilla.com>2012-10-18 08:26:21 +0200
commit6ddb813b73ff90efe19b025d875f108a3dd5d350 (patch)
tree661b7e8cb2549ea58d1f3881fcf47da4a326919b /extensions/REMO/template/en/default/bug/create/create-remo-budget.html.tmpl
parentec45fbac340dcb0e76359b813a0462e205442f2f (diff)
downloadbugzilla-6ddb813b73ff90efe19b025d875f108a3dd5d350.tar.gz
bugzilla-6ddb813b73ff90efe19b025d875f108a3dd5d350.tar.xz
Fix bare bugwords in remo budget request form
https://bugzilla.mozilla.org/show_bug.cgi?id=795980
Diffstat (limited to 'extensions/REMO/template/en/default/bug/create/create-remo-budget.html.tmpl')
-rw-r--r--extensions/REMO/template/en/default/bug/create/create-remo-budget.html.tmpl4
1 files changed, 2 insertions, 2 deletions
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() {
</tr>
<tr class="odd">
- <th class="field_label required">Bugzilla Email of Your Mentor:</th>
+ <th class="field_label required">[% terms.Bugzilla %] Email of Your Mentor:</th>
<td>
[% INCLUDE global/userselect.html.tmpl
id => "mentoremail"