Skip to content

Commit 42f26ae

Browse files
authored
Change label from 'Set project limit' to 'Set file limit' (#19153)
1 parent 556e1e3 commit 42f26ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/admin/templates/admin/projects/detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h3 class="card-title">
187187
<input name="csrf_token" type="hidden" value="{{ request.session.get_csrf_token() }}">
188188
<td colspan="3">
189189
<div class="form-inline">
190-
<label for="uploadLimit" class="mr-3">Set project limit:</label>
190+
<label for="uploadLimit" class="mr-3">Set file limit:</label>
191191
{% if project.upload_limit %}
192192
{% set upload_limit_value = project.upload_limit / ONE_MIB %}
193193
{% else %}

0 commit comments

Comments
 (0)