mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1217044 - Experiment branch should be displayed in about:support. r=bsmedberg
This commit is contained in:
parent
f6b1e95bb0
commit
eb89aef75a
@ -141,6 +141,7 @@ var snapshotFormatters = {
|
||||
$.new("td", [
|
||||
$.new("a", experiment.detailURL, null, {href : experiment.detailURL,})
|
||||
]),
|
||||
$.new("td", experiment.branch),
|
||||
]);
|
||||
}));
|
||||
},
|
||||
|
@ -417,6 +417,9 @@
|
||||
<th>
|
||||
&aboutSupport.experimentHomepage;
|
||||
</th>
|
||||
<th>
|
||||
&aboutSupport.experimentBranch;
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="experiments-tbody">
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user