Skip to content

Commit

Permalink
Rename 'quantity' to 'estimated quantity' for RI
Browse files Browse the repository at this point in the history
Requested via Slack.
  • Loading branch information
kitsuta committed Nov 15, 2024
1 parent 021b6ef commit 8d60108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uber/templates/guests_macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
</div>
{% if show_quantity %}
<div class="form-group">
<label class="col-sm-3 control-label">Quantity</label>
<label class="col-sm-3 control-label">Estimated Quantity</label>
<div class="col-sm-6">
<input class="form-control" type="number" name="inventory_quantity{{ suffix }}" value="{{ item.quantity }}" placeholder="How many do you have for sale?" min="0" required />
</div>
Expand Down Expand Up @@ -422,7 +422,7 @@ <h5>{{ variety_label }}</h5>
<dd>{{ item.price|format_currency }}</dd>
</div>
<div class="inventory-item-quantity data-item">
<dt>Quantity</dt>
<dt>Estimated Quantity</dt>
<dd>{{ quantity }}</dd>
</div>
</dl>
Expand Down

0 comments on commit 8d60108

Please sign in to comment.