diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-06-18 05:30:44 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-06-18 05:30:44 +0200 |
commit | 7988f8b1155dfcbdeec7afae396c7d00012a7bf5 (patch) | |
tree | 6a5b85877de1d3cf95357f125277b3345eafbd39 /extensions/BMO | |
parent | 6a3ad1accbdef249ac5356e98064b0984d2df8a9 (diff) | |
download | bugzilla-7988f8b1155dfcbdeec7afae396c7d00012a7bf5.tar.gz bugzilla-7988f8b1155dfcbdeec7afae396c7d00012a7bf5.tar.xz |
Bug 864504 - Brand Engagement project initiation form that spits out a bug by default
- Fixed t/009bugwords.t errors
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/create-creative.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/create-creative.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-creative.html.tmpl index 678bbee1a..130e232e5 100644 --- a/extensions/BMO/template/en/default/bug/create/create-creative.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-creative.html.tmpl @@ -190,7 +190,7 @@ function toggleGoalOther() { <div class="form_section"> <label for="cc" class="field_label">Points of Contact</label> <div class="field_desc"> - Who should be kept in the loop and informed of updates (and CC'd on the bug)? + Who should be kept in the loop and informed of updates (and CC'd on the [% terms.bug %])? </div> [% INCLUDE global/userselect.html.tmpl id => "cc" @@ -204,7 +204,7 @@ function toggleGoalOther() { <div class="head_desc"> Thanks! Once you hit submit, your request will go off into the vortex of creative magic. - (Actually, it goes to Bugzilla, but that doesn't sound as cool.) We'll be in touch soon + (Actually, it goes to [% terms.Bugzilla %], but that doesn't sound as cool.) We'll be in touch soon with next steps and to let you know if we need any additional info. </div> |