summaryrefslogtreecommitdiffstats
path: root/extensions/REMO/template/en/default/bug/create/create-remo-budget.html.tmpl
diff options
context:
space:
mode:
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"