diff options
Diffstat (limited to 'extensions/REMO/template/en/default/bug/create')
-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"> |