use constant DEFAULT_OWNER_PRODUCTS => (
'Core',
+ 'DevTools',
+ 'External Software Affecting Firefox',
'Firefox',
'Firefox for Android',
- 'Firefox for iOS',
+ 'Firefox Build System',
+ 'Testing',
'Toolkit',
+ 'WebExtensions',
);
sub unconfirmed {
<th>Product:</th>
<td>
<select name="product" id="product">
- <option value="">__Any__</option>
+ <option value="">Firefox-related major products</option>
[% FOREACH p = user.get_selectable_products %]
<option value="[% p.name FILTER html %]"
[% " selected" IF product == p.name %]>