diff options
author | Byron Jones <bjones@mozilla.com> | 2013-08-19 05:46:17 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-08-19 05:46:17 +0200 |
commit | adf8fc7a582e3217ca81e53175fa4e11c76140fa (patch) | |
tree | 598488dca069d8cf1d69db75433bc9890c9db806 /extensions | |
parent | 1ed8e326cdb55256fc829102e46b3029b0f39202 (diff) | |
download | bugzilla-adf8fc7a582e3217ca81e53175fa4e11c76140fa.tar.gz bugzilla-adf8fc7a582e3217ca81e53175fa4e11c76140fa.tar.xz |
Bug 900698: Change wording of Dogfooding form
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/comment-fxos-betaprogram.txt.tmpl (renamed from extensions/BMO/template/en/default/bug/create/comment-fxos-dogfood.txt.tmpl) | 0 | ||||
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/create-fxos-betaprogram.html.tmpl (renamed from extensions/BMO/template/en/default/bug/create/create-fxos-dogfood.html.tmpl) | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/comment-fxos-dogfood.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-fxos-betaprogram.txt.tmpl index 9370ff03c..9370ff03c 100644 --- a/extensions/BMO/template/en/default/bug/create/comment-fxos-dogfood.txt.tmpl +++ b/extensions/BMO/template/en/default/bug/create/comment-fxos-betaprogram.txt.tmpl diff --git a/extensions/BMO/template/en/default/bug/create/create-fxos-dogfood.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-fxos-betaprogram.html.tmpl index ef84bc872..14c40c24e 100644 --- a/extensions/BMO/template/en/default/bug/create/create-fxos-dogfood.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-fxos-betaprogram.html.tmpl @@ -56,14 +56,14 @@ [% END %] [% PROCESS global/header.html.tmpl - title = "Firefox OS Dogfooding $terms.Bug Submission" + title = "Firefox OS Beta Program $terms.Bug Submission" style = inline_css style_urls = [ 'skins/standard/enter_bug.css' ] javascript = inline_js javascript_urls = [ 'extensions/BMO/web/js/form_validate.js', 'js/field.js', 'js/util.js' ] %] -<h2>Firefox OS Dogfooding [% terms.Bug %] Submission</h2> +<h2>Firefox OS Beta Program [% terms.Bug %] Submission</h2> <div id="public_place"> As [% terms.Bugzilla %] is a public place, don't include any private or @@ -72,8 +72,8 @@ <form method="post" action="post_bug.cgi" id="bug_form" class="enter_bug_form" enctype="multipart/form-data" onsubmit="return onSubmit();"> -<input type="hidden" name="format" value="fxos-dogfood"> -<input type="hidden" name="created-format" value="fxos-dogfood"> +<input type="hidden" name="format" value="fxos-betaprogram"> +<input type="hidden" name="created-format" value="fxos-betaprogram"> <input type="hidden" name="product" value="Boot2Gecko"> <input type="hidden" name="component" value="DogfoodTriage"> <input type="hidden" name="rep_platform" value="ARM"> |