Bug 1217044 - Experiment branch should be displayed in about:support. r=bsmedberg

This commit is contained in:
Felipe Gomes 2015-10-22 21:37:05 -02:00
parent f6b1e95bb0
commit eb89aef75a
3 changed files with 5 additions and 1 deletions

View File

@ -141,6 +141,7 @@ var snapshotFormatters = {
$.new("td", [
$.new("a", experiment.detailURL, null, {href : experiment.detailURL,})
]),
$.new("td", experiment.branch),
]);
}));
},

View File

@ -417,6 +417,9 @@
<th>
&aboutSupport.experimentHomepage;
</th>
<th>
&aboutSupport.experimentBranch;
</th>
</tr>
</thead>
<tbody id="experiments-tbody">

View File

@ -32,7 +32,7 @@ This is likely the same like id.heading in crashes.dtd. -->
<!ENTITY aboutSupport.experimentActive "Active">
<!ENTITY aboutSupport.experimentEndDate "End Date">
<!ENTITY aboutSupport.experimentHomepage "Homepage">
<!ENTITY aboutSupport.experimentBranch "Branch">
<!ENTITY aboutSupport.appBasicsTitle "Application Basics">
<!ENTITY aboutSupport.appBasicsName "Name">