Commit 84a78437 authored by Asheesh Laroia's avatar Asheesh Laroia
Browse files

Adjust the string so that it is clear that this section refers to tech details about packages

parent 793b6a35
...@@ -197,7 +197,7 @@ allow_unsigned_uploads = 0 ...@@ -197,7 +197,7 @@ allow_unsigned_uploads = 0
<td>${ _('Type of packages you are interested in') }:</td> <td>${ _('Type of packages you are interested in') }:</td>
<td><br />${ h.html.tags.textarea('package_types', c.metrics.types, cols=82, rows=10) }</td> <td><br />${ h.html.tags.textarea('package_types', c.metrics.types, cols=82, rows=10) }</td>
</tr> </tr>
<% oneshot = "Sponsoring requirements" %> <% oneshot = "Technical choices within packages" %>
% for requirement in c.technical_tags: % for requirement in c.technical_tags:
<tr> <tr>
<td>${ oneshot | n}<% oneshot = "&nbsp;" %></td> <td>${ oneshot | n}<% oneshot = "&nbsp;" %></td>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment