summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.htaccess2
-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
3 files changed, 5 insertions, 5 deletions
diff --git a/.htaccess b/.htaccess
index b4c6a0226..fda56750a 100644
--- a/.htaccess
+++ b/.htaccess
@@ -59,7 +59,7 @@ RewriteRule ^form[\.:]moz[\.\-:]project[\.\-:]review$ enter_bug.cgi?product=mozi
RewriteRule ^form[\.:]docs?$ enter_bug.cgi?product=Developer+Documentation&format=doc [QSA]
RewriteRule ^form[\.:]mdn?$ enter_bug.cgi?product=Mozilla+Developer+Network&format=mdn
RewriteRule ^form[\.:](swag|gear)$ enter_bug.cgi?product=mozilla.org&format=swag
-RewriteRule ^form[\.:](b2g|fxos)[\.:](partner|dogfood) enter_bug.cgi?product=Boot2Gecko&format=fxos-$2 [QSA]
+RewriteRule ^form[\.:](b2g|fxos)[\.:](partner|betaprogram) enter_bug.cgi?product=Boot2Gecko&format=fxos-$2 [QSA]
RewriteRule ^form[\.:]ipp$ enter_bug.cgi?product=Internet+Public+Policy&format=ipp
RewriteRule ^form[\.:]creative$ enter_bug.cgi?product=Marketing&format=creative
RewriteRule ^form[\.:]mobile[\.:]compat$ enter_bug.cgi?product=Tech+Evangelism&format=mobile-compat
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">