diff options
author | Byron Jones <bjones@mozilla.com> | 2012-10-18 08:26:21 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-10-18 08:26:21 +0200 |
commit | 6ddb813b73ff90efe19b025d875f108a3dd5d350 (patch) | |
tree | 661b7e8cb2549ea58d1f3881fcf47da4a326919b | |
parent | ec45fbac340dcb0e76359b813a0462e205442f2f (diff) | |
download | bugzilla-6ddb813b73ff90efe19b025d875f108a3dd5d350.tar.gz bugzilla-6ddb813b73ff90efe19b025d875f108a3dd5d350.tar.xz |
Fix bare bugwords in remo budget request form
https://bugzilla.mozilla.org/show_bug.cgi?id=795980
-rw-r--r-- | extensions/REMO/template/en/default/bug/create/create-remo-budget.html.tmpl | 4 | ||||
-rw-r--r-- | extensions/REMO/template/en/default/bug/create/created-remo-budget.html.tmpl | 2 |
2 files changed, 3 insertions, 3 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" diff --git a/extensions/REMO/template/en/default/bug/create/created-remo-budget.html.tmpl b/extensions/REMO/template/en/default/bug/create/created-remo-budget.html.tmpl index 9d9a1ffdc..9b0791a86 100644 --- a/extensions/REMO/template/en/default/bug/create/created-remo-budget.html.tmpl +++ b/extensions/REMO/template/en/default/bug/create/created-remo-budget.html.tmpl @@ -17,7 +17,7 @@ <p> Your budget request has been successfully submitted. Please make sure to follow-up with your mentor so (s)he can verify your request. CC him/her - on the bug if needed. + on the [% terms.bug %] if needed. </p> <p style="font-size: x-small"> |