We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556e1e3 commit 42f26aeCopy full SHA for 42f26ae
warehouse/admin/templates/admin/projects/detail.html
@@ -187,7 +187,7 @@ <h3 class="card-title">
187
<input name="csrf_token" type="hidden" value="{{ request.session.get_csrf_token() }}">
188
<td colspan="3">
189
<div class="form-inline">
190
- <label for="uploadLimit" class="mr-3">Set project limit:</label>
+ <label for="uploadLimit" class="mr-3">Set file limit:</label>
191
{% if project.upload_limit %}
192
{% set upload_limit_value = project.upload_limit / ONE_MIB %}
193
{% else %}
0 commit comments