Skip to content

Commit

Permalink
updated text to Quantity - Total Units
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaryanpal committed Sep 14, 2024
1 parent bdb001d commit c2d1a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/distributions/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="distribution-title">
<legend class="<%= 'with-request' if distribution.request %>">Items in this distribution</legend>
<% if distribution.request %>
<div class="distribution-request-unit">Add Quantity (Total Units)</div>
<div class="distribution-request-unit">Quantity - Total Units</div>
<div class="distribution-request-unit">Requested</div>
<% end %>
</div>
Expand Down

0 comments on commit c2d1a21

Please sign in to comment.